-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Always manage subobject projections with formal-access cleanups #20306
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
Always manage subobject projections with formal-access cleanups #20306
Conversation
I haven't actually tested this separately from the changes to scope usage that are coming in the follow-up, but it's logically somewhat separate.
@swift-ci Please test. |
Build failed |
To make that work, enter appropriate scopes (ArgumentScopes and FormalEvaluationScopes) at a bunch of places. But note that l-value emission generally can't enter such a scope, so in generic routines like emitOpenExistentialExpr we have to just assert that we're already in a scope.
3b76dad
to
7da688d
Compare
@swift-ci Please test. |
Build failed |
Build failed |
Looks like the bots are completely busted. |
@swift-ci test |
Build failed |
@rjmccall I think the linux builds are fixed now. The OS X I believe is borked due to this blame list: https://ci.swift.org/job/oss-swift-incremental-RA-osx/5513/ Something in clang. I may try to do some reverts. |
@swift-ci Please clean test OS X. |
No description provided.