-
Notifications
You must be signed in to change notification settings - Fork 415
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
Recore deprecated SwiftSyntaxParser on top of SwiftParser. #767
Conversation
This drops the dependency on the `_InternalSwiftSyntaxParser` library, and the entire C++ parser/AST/libSyntax stack.
@swift-ci please test |
@swift-ci please test |
@@ -2,73 +2,10 @@ | |||
|
|||
## Create release tag | |||
1. Check out the tag you want to release in the SwiftSyntax repository |
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.
This section only contains a "checkout" step at this point, which doesn't really correspond to the title "Create release tag".
## Smoke test on macOS | ||
|
||
1. Change the binary target in `Package.swift` to point to your personal GitHub repo | ||
2. Open the SwiftSyntax package with an Xcode version that contains no or an incompatible parser library | ||
3. Update to Latest Package Versions in Xcode | ||
2. Update to Latest Package Versions in Xcode | ||
4. Run tests |
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.
4 -> 3
This is rebased by #1041 |
This drops the dependency on the
_InternalSwiftSyntaxParser
library, and the entire C++ parser/AST/libSyntax stack.