Skip to content
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

[5.2] [PropertyWrappers] Fix a bug with class property wrapper access control #29193

Merged
merged 2 commits into from Jan 15, 2020
Merged

[5.2] [PropertyWrappers] Fix a bug with class property wrapper access control #29193

merged 2 commits into from Jan 15, 2020

Conversation

theblixguy
Copy link
Collaborator

Cherry pick of #29023


  • Explanation: We were incorrectly rejecting a public initializer inside an open property wrapper class.

  • Scope: Affects use of @propertyWrapper with an open class.

  • Issue: SR-11994

  • Risk: Very low. public initialisers can be declared inside an open class already.

  • Testing: Swift CI testing

  • Reviewed by: @DougGregor

@theblixguy theblixguy requested a review from a team as a code owner January 14, 2020 18:12
@theblixguy
Copy link
Collaborator Author

@swift-ci please test

@DougGregor DougGregor merged commit e8a2a82 into apple:swift-5.2-branch Jan 15, 2020
@DougGregor
Copy link
Member

Thanks!

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.

None yet

2 participants