Skip to content

Remove _CSwiftSyntax module #664

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

Merged
merged 1 commit into from
Aug 31, 2022
Merged

Conversation

rintaro
Copy link
Member

@rintaro rintaro commented Aug 30, 2022

Since we stopped using AtomicCounter (#662) , SwiftSyntax does not depend on _CSwiftSyntax anymore.
CNodes for SwiftSyntaxParser is provided by _InternalSwiftSyntaxParser module.

Since we stopped using `AtomicCounter`, `SwiftSyntax` does not depends on
`_CSwiftSyntax` anymore. `CNodes` for `SwiftSyntaxParser` is provided by
`_InternalSwiftSyntaxParser` module.
@rintaro rintaro requested a review from ahoppen as a code owner August 30, 2022 22:54
@rintaro
Copy link
Member Author

rintaro commented Aug 30, 2022

@swift-ci Please test

@@ -10,7 +10,6 @@
//
//===----------------------------------------------------------------------===//

@_implementationOnly import _CSwiftSyntax
Copy link
Member Author

Choose a reason for hiding this comment

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

This is a line I forgot to remove in #614

@DougGregor DougGregor merged commit dd4dc98 into swiftlang:main Aug 31, 2022
@rintaro rintaro deleted the cswiftsyntax-remove branch August 31, 2022 13:51
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