Skip to content

[Sema] Always install property wrappers during qualified lookup #29937

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
Feb 20, 2020

Conversation

CodaFi
Copy link
Contributor

@CodaFi CodaFi commented Feb 19, 2020

Revert the property wrappers part of dd51251.

Every part of the qualified lookup stack needs to synthesize property
wrapper members, otherwise we'll be subject to the relativistic effects
of semantic lookups in different files. Besides, Codable was the main
source of cycles and circularity under the old scheme.

Resolves rdar://59531889

Revert the property wrappers part of dd51251.

Every part of the qualified lookup stack needs to synthesize property
wrapper members, otherwise we'll be subject to the relativistic effects
of semantic lookups in different files. Besides, Codable was the main
source of cycles and circularity under the old scheme.

Resolves rdar://59531889
@CodaFi CodaFi requested a review from slavapestov February 19, 2020 22:31
@CodaFi
Copy link
Contributor Author

CodaFi commented Feb 19, 2020

@swift-ci please smoke test

@CodaFi
Copy link
Contributor Author

CodaFi commented Feb 19, 2020

@swift-ci please test source compatibility

@CodaFi
Copy link
Contributor Author

CodaFi commented Feb 19, 2020

@swift-ci clean test source compatibility

@CodaFi
Copy link
Contributor Author

CodaFi commented Feb 19, 2020

@swift-ci test source compatibility

@CodaFi
Copy link
Contributor Author

CodaFi commented Feb 20, 2020

⛵️

@CodaFi CodaFi merged commit 8c2cff8 into swiftlang:master Feb 20, 2020
@CodaFi CodaFi deleted the semantic-gymnastics branch February 20, 2020 03:54
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.

2 participants