Skip to content

Eliminate Foundation dependency from SwiftSyntaxBuilder #1015

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

DougGregor
Copy link
Member

We can code the "count the #'s needed" operation directly by walking the contents of the string, without using NSRegularExpression. Do so to eliminate the only Foundation dependency in SwiftSyntaxBuilder.

Fixes rdar://101503176.

We can code the "count the #'s needed" operation directly by walking the
contents of the string, without using NSRegularExpression. Do so to
eliminate the only Foundation dependency in SwiftSyntaxBuilder.

Fixes rdar://101503176.
@DougGregor DougGregor requested a review from ahoppen as a code owner October 24, 2022 23:53
@DougGregor DougGregor changed the title Eliminate Foundation dependency. Eliminate Foundation dependency from SwiftSyntaxBuilder Oct 24, 2022
@DougGregor
Copy link
Member Author

@swift-ci please test

@DougGregor
Copy link
Member Author

@swift-ci please test

@bnbarham
Copy link
Contributor

Closing in favor of #1016

@bnbarham bnbarham closed this Oct 25, 2022
@DougGregor DougGregor deleted the swiftsyntaxbuilder-without-foundation branch October 28, 2022 03:24
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