Skip to content

[5.7][CSSimplify] Don't attempt to synthesize ~= for optional base types #58666

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
May 11, 2022

Conversation

xedin
Copy link
Contributor

@xedin xedin commented May 4, 2022

Cherry-pick of #58531


EnumElement patterns with optional base type do member lookup
on both optional type and its wrapped type but do not synthesize
~= operator call.

Resolves: rdar://92327807
(cherry picked from commit f0ba1a8)

`EnumElement` patterns with optional base type do member lookup
on both optional type and its wrapped type but do not synthesize
`~=` operator call.

Resolves: rdar://92327807
(cherry picked from commit f0ba1a8)
@xedin xedin requested a review from hborla May 4, 2022 17:59
@xedin xedin requested a review from a team as a code owner May 4, 2022 17:59
@xedin xedin changed the title [CSSimplify] Don't attempt to synthesize ~= for optional base types [5.7][CSSimplify] Don't attempt to synthesize ~= for optional base types May 4, 2022
@xedin xedin added the r5.7 label May 4, 2022
@xedin
Copy link
Contributor Author

xedin commented May 4, 2022

@swift-ci please test

@hborla hborla merged commit 6f512ad into swiftlang:release/5.7 May 11, 2022
@AnthonyLatsis AnthonyLatsis added 🍒 release cherry pick Flag: Release branch cherry picks swift 5.7 labels Jan 9, 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.7
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants