Skip to content

[CSClosure] Fix handling of property wrapped pattern bindings #59304

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
Jun 8, 2022

Conversation

xedin
Copy link
Contributor

@xedin xedin commented Jun 7, 2022

Property wrappers trigger initializer synthesis. Synthesized
initializers should not be re-typechecked when encountered e.g.
while re-solving closure with a different contextual type.

Resolves: #59294
Resolves: rdar://94506352

Property wrappers trigger initializer synthesis. Synthesized
initializers should not be re-typechecked when encountered e.g.
 while re-solving closure with a different contextual type.

Resolves: swiftlang#59294
Resolves: rdar://94506352
@xedin
Copy link
Contributor Author

xedin commented Jun 7, 2022

@swift-ci please test macOS platform

@xedin
Copy link
Contributor Author

xedin commented Jun 7, 2022

This is a reincarnation of #59300

@LucianoPAlmeida
Copy link
Contributor

@swift-ci Please test macOS platform

3 similar comments
@xedin
Copy link
Contributor Author

xedin commented Jun 8, 2022

@swift-ci Please test macOS platform

@ahoppen
Copy link
Member

ahoppen commented Jun 8, 2022

@swift-ci Please test macOS platform

@xedin
Copy link
Contributor Author

xedin commented Jun 8, 2022

@swift-ci Please test macOS platform

@xedin xedin merged commit 965a54f into swiftlang:main Jun 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Property Wrapper make compiler crash in function body (Xcode 14 and main?)
3 participants