Skip to content

Add frontend flag -disable-implicit-string-processing-module-import. #42170

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
Apr 4, 2022

Conversation

rxwei
Copy link
Contributor

@rxwei rxwei commented Apr 4, 2022

We add a new flag to disable the implicit import of _StringProcessing, similar to -disable-implicit-concurrency-module-import. We need this to build _RegexParser when -enable-experimental-string-processing is enabled by default, because _StringProcessing currently imports _RegexParser publicly (non-implementation-only).

We add a new flag to disable the implicit import of `_StringProcessing`, similar to `-disable-implicit-concurrency-module-import`. We need this to build `_RegexParser` when `-enable-experimental-string-processing` is enabled by default, because `_StringProcessing` currently imports `_RegexParser` publicly (non-implementation-only).
@rxwei rxwei requested a review from rintaro April 4, 2022 21:04
@rxwei
Copy link
Contributor Author

rxwei commented Apr 4, 2022

@swift-ci please smoke test

@rxwei rxwei merged commit 8c308d0 into swiftlang:main Apr 4, 2022
@rxwei rxwei deleted the disable-string-processing-import-flag branch April 4, 2022 23:31
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