Skip to content

[5.5][Refactoring] Do not try to unique '_' #39013

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 25, 2021
Merged

Conversation

bnbarham
Copy link
Contributor

@bnbarham bnbarham commented Aug 24, 2021

Cherry-picks #38981


The async refactorings should not try to unique _ when it's used as
the parameter name. Also skip adding a let binding to the catch if the
error parameter is _.

Resolves rdar://82158389

The async refactorings should not try to unique '_' when it's used as
the parameter name. Also skip adding a let binding to the `catch` if the
error parameter is '_'.

Resolves rdar://82158389
@bnbarham bnbarham added the r5.5 label Aug 24, 2021
@bnbarham bnbarham requested a review from akyrtzi August 24, 2021 01:36
@bnbarham bnbarham requested a review from a team as a code owner August 24, 2021 01:36
@bnbarham
Copy link
Contributor Author

@swift-ci please test

@bnbarham bnbarham merged commit 1737494 into release/5.5 Aug 25, 2021
@bnbarham bnbarham deleted the cherry-rdar82158389 branch August 25, 2021 04:47
@AnthonyLatsis AnthonyLatsis added 🍒 release cherry pick Flag: Release branch cherry picks swift 5.5 labels Jan 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🍒 release cherry pick Flag: Release branch cherry picks swift 5.5
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants