-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Pseudo-cherry-pick https://github.com/apple/swift/commit/96691208e9b8… #21807
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
Pseudo-cherry-pick https://github.com/apple/swift/commit/96691208e9b8… #21807
Conversation
@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.
LGTM. Is this the entirety of the diff for these files?
Build failed |
Yup, that's all! |
@swift-ci please test |
@usableFromInline // FIXME(sil-serialize-all) | ||
@objc | ||
internal init() {} | ||
class __SwiftNativeNSString { |
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.
We should try and keep all access explicit, so this should have an internal
(doesn't need to happen in this PR tho)
Build failed |
…ce it no longer merges cleanly over
2c5f833
to
97648b1
Compare
@swift-ci please test |
1 similar comment
@swift-ci please test |
Virtually all of the substantive changes made it over already, but a few were missed. This is ABI impacting, so we should take it for 5.0.
cc @airspeedswift