-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Don't set overrides on imported protocol requirements [5.0] #18376
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
Don't set overrides on imported protocol requirements [5.0] #18376
Conversation
Fixes <rdar://problem/42635132>.
@swift-ci Please test |
Build failed |
Build failed |
@swift-ci test |
Build failed |
@swift-ci clean test linux |
Build failed |
Build failed |
@swift-ci clean test |
Build failed |
Build failed |
@shahmishal It looks like we're still checking out the wrong lldb branch?
Maybe @rjmccall needs to cherry-pick some patches on the lldb side? |
No, 012af55 (reacting to the change to AbstractStorageDecl) is in swift-5.0-branch, as is 906c4bf (reacting to the change to PatternBindingDecl). The build is just using swift-4.2-branch, as you can see from the log:
001624c is indeed the current head of swift-lldb's swift-4.2-branch. |
@swift-ci Please test |
Build failed |
@swift-ci test |
Build failed |
@fredriss Have you seen this before?
|
@shahmishal never seen this |
There have been no modification involving PatternBindingDecl::create in LLDB since 2015... |
Build failed |
No, see my comment above. A patch to that code was committed on July 6th as apple/swift-lldb@906c4bf, and it should be in swift-5.0-branch. |
Are you talking about 906c4bf? because according to 'git branch --contains' it is on swift-5.0-branch. But this patch doesn't touch the line where the error is reported |
Doh, it touches exactly this piece of code, sorry. The commit is on swift-5.0-branch |
Sorry, I'm reacting to Mishal's message, but I should have read the history of the PR. John analysis is exactly correct, this build has checked out the swift-4.2-branch in LLDB. |
@swift-ci Please test macOS |
Build failed |
@swift-ci Please test macOS |
Fixes rdar://problem/42635132.