-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[NFC] Remove ModuleDecl::isClangModule in favor of isNonSwiftModule. #33202
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
@varungandhi-apple can you help with reviewing this? Thanks |
@swift-ci smoke test |
You could do an interactive rebase (drop the second commit, modify the first commit to update the header) and then force-push. |
We can also squash-and-merge this for you. |
@CodaFi @varungandhi-apple done 👍 |
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.
Thanks for the cleanup!
@swift-ci please smoke test and merge |
1 similar comment
@swift-ci please smoke test and merge |
@swift-ci smoke test macOS |
"master" branch was also failing yesterday. Should I rebase and run the smoke tests again? |
master seems fine. The Java exceptions are related to some Jenkins + GitHub voodoo, where it doesn't fetch things properly from GitHub or it fetches out-of-date stuff. @swift-ci please smoke test macOS platform |
Ok. Do we need to do something here then? Or we should trigger the tests until they pass? |
That usually doesn't happen so often. I'm seeing another test fail, let me ask around. If it keeps failing, it needs to be x-failed, doesn't make sense to keep triggering the tests repeatedly. |
This PR should fix the issue we hit here: swiftlang/llvm-project#1576 Let's wait to re-run tests until that gets merged. |
The LLVM PR swiftlang/llvm-project#1576 is going to take some time to get fixed because there is a more serious issue than just cherry-picking. We probably shouldn't stay blocked on that. @swift-ci please smoke test macOS |
I see the OS X tests are failing. Maybe we should wait for swiftlang/llvm-project#1576 or try to rebase and re-test? |
@swift-ci please smoke test macOS |
Fixes SR-13237. (https://bugs.swift.org/browse/SR-13237)