-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[NFC] Remove Syntax's dependency on Sema #10984
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
@swift-ci please smoke 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.
Thanks, Harlan!
Will squash and merge once CI passes. 👍 |
53a5097
to
ba7d016
Compare
@swift-ci please smoke test and merge |
That test failure is not mine. Looks like it might be @CodaFi’s inout changes? |
@swift-ci please smoke test and merge |
That failure is also unrelated – this is related to the weird failures we’ve been seeing the past few days 😕 |
@swift-ci please smoke test and merge |
@swift-ci please smoke test and merge |
1 similar comment
@swift-ci please smoke test and merge |
@swift-ci please smoke test and merge |
@swift-ci please smoke test |
⛵️ |
This patch removes
Semantics.cpp
oflibSyntax
fromSema
and intoAST
. It also movesLegacyASTTransformer
, the only user ofSema/Semantics
intoAST
.This ensures the dependency graph looks like this: