Skip to content

Conversation

@dansanduleac
Copy link
Contributor

Before this PR

The suggested fix from #1355 failed for some lambdas where a seemingly unused parameter (starting with _) was actually used, and would end up deleting a bunch of code.

After this PR

==COMMIT_MSG==
Correctly handle converting lambda parameters from unused (_param) to used (param`).
==COMMIT_MSG==

Possible downsides?

@changelog-app
Copy link

changelog-app bot commented May 28, 2020

Generate changelog in changelog/@unreleased

Type

  • Feature
  • Improvement
  • Fix
  • Break
  • Deprecation
  • Manual task
  • Migration

Description

Correctly handle converting lambda parameters from unused (_param) to used (param`), fixing a regression from 5.18.0.

Check the box to generate changelog(s)

  • Generate changelog entry

@ferozco
Copy link
Contributor

ferozco commented May 28, 2020

👍

@ferozco
Copy link
Contributor

ferozco commented May 28, 2020

Thanks @dansanduleac

@bulldozer-bot bulldozer-bot bot merged commit 0da2224 into develop May 28, 2020
@bulldozer-bot bulldozer-bot bot deleted the ds/fix-strict-unused-lambda branch May 28, 2020 15:52
@svc-autorelease
Copy link
Collaborator

Released 3.15.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants