-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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
SE-0309: Unlock existential types for all protocols #39095
Conversation
… educational note
@swift-ci please test |
Build failed |
…rtedProtocolType()
…colSelfReferences»
…xistential member access
…inside collections, since the optimizer doesn't know how to handle them yet
@swift-ci please test |
Build failed |
@swift-ci please test Linux |
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 and let's hunt down the issue introduced in #34140 separately. (more info in: #33767 (comment) )
@@ -1257,7 +1257,6 @@ namespace decls_block { | |||
BCFixed<1>, // implicit flag | |||
BCFixed<1>, // class-bounded? | |||
BCFixed<1>, // objc? | |||
BCFixed<1>, // existential-type-supported? |
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.
Don't forget to bump the format version.
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.
Oops. Does it still need to be (has been incremented 6 times since this landed)?
No description provided.