Skip to content
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

Closed

Conversation

DougGregor
Copy link
Member

This drops the dependency on the _InternalSwiftSyntaxParser library, and the entire C++ parser/AST/libSyntax stack.

This drops the dependency on the `_InternalSwiftSyntaxParser` library,
and the entire C++ parser/AST/libSyntax stack.
@DougGregor
Copy link
Member Author

@swift-ci please test

@DougGregor
Copy link
Member Author

@swift-ci please test

@@ -2,73 +2,10 @@

## Create release tag
1. Check out the tag you want to release in the SwiftSyntax repository
Copy link
Contributor

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

4 -> 3

@DougGregor
Copy link
Member Author

This is rebased by #1041

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants