Skip to content

Recore deprecated SwiftSyntaxParser on top of SwiftParser.#767

Closed
DougGregor wants to merge 2 commits into
swiftlang:mainfrom
DougGregor:recore-swift-syntax-parser
Closed

Recore deprecated SwiftSyntaxParser on top of SwiftParser.#767
DougGregor wants to merge 2 commits into
swiftlang:mainfrom
DougGregor:recore-swift-syntax-parser

Conversation

@DougGregor

Copy link
Copy Markdown
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 DougGregor requested a review from ahoppen as a code owner September 9, 2022 23:02
@DougGregor

Copy link
Copy Markdown
Member Author

@swift-ci please test

@DougGregor

Copy link
Copy Markdown
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
Copy Markdown
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".

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
Copy Markdown
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
Copy Markdown
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