-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[SE-0376] Rename @_backDeploy(before:)
to @backDeployed(before:)
#63357
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
Conversation
@swift-ci please test |
This comment was marked as resolved.
This comment was marked as resolved.
…to match the approved spelling.
…loyed` for SE-0376. For source compatibility `@_backDeploy` continues to be accepted as a spelling. rdar://102792909
760d209
to
d44c9f2
Compare
@_backDeploy(before:)
to @backDeployed(before:)
Thanks, I fixed all of these except for the omission of availability on the extension which was intentional. It is common in SDK modules for extensions to be declared without availability and to instead annotate each member individually, which I want to do in the example for clarity. |
@swift-ci please test |
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.
🎉
Update the spelling of the
@_backDeploy(before:)
attribute to@backDeployed(before:)
in accordance with the resolution of SE-0376.For now, swiftinterfaces will continue to print the attribute as
@_backDeploy(before:)
since the older compilers cannot parse the new spelling.The corresponding swift-syntax PR is: swiftlang/swift-syntax#1304
Resolves rdar://102792909