-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Add SE-0186 to changelog. #12619
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
Add SE-0186 to changelog. #12619
Conversation
@slavapestov Let me know if you have any changes/suggestions. Thanks |
@slavapestov Just starting a drive by test. |
@swift-ci smoke test |
CHANGELOG.md
Outdated
|
||
It is no longer valid to use the ownership keywords `weak` and `unowned` for property declarations in protocols. These keywords are meaningless and misleading when used in a protocol as they don't have any effect. | ||
|
||
In Swift 3 and 4 mode the following example will produce a warning with a fixit to remove the keyword. In Swift 5 mode and above an error will be produced. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nitpick: "fix-it"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @jrose-apple , I've... fixed-it. :)
The changelog file is inconsistent with spelling and currently has 'fix-it', 'Fix-it' and 'Fix-It'. Any preference? I'll clean it up in a separate pull request if one style is preferred.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@natecook1000 should check me on this, but I believe the correct spelling from Apple is "fix-it" (and "Fix-it" at the beginning of a sentence).
Looks good to merge once Jordan's feedback is addressed. Thank you! |
27b85d6
to
340c7f2
Compare
@swift-ci Please smoke test and merge |
1 similar comment
@swift-ci Please smoke test and merge |
Add an entry for SE-0186 to the changelog now that the implementation pull request has been merged into master.