Skip to content

AST: Remove feature guards in .swiftinterfaces for syntax that has been parsable since Swift 5.8 #72025

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 4 commits into from
Mar 3, 2024

Conversation

tshortli
Copy link
Contributor

@tshortli tshortli commented Mar 1, 2024

We don't need to pollute .swiftinterface files with #if $Feature guards anymore for features that have been around awhile. I chose Swift 5.8 as the baseline for this cleanup.

tshortli added 4 commits March 2, 2024 23:15
This allows us to remove their explicit `UNINTERESTING_FEATURE` entries for
them FeatureSet.cpp. All of these features have been present in the compiler
since at least Swift 5.8.

NFC.
It has been available since at least Swift 5.8.
…tures.

They have been available since at least Swift 5.8.
@tshortli tshortli force-pushed the rebaseline-feature-set branch from c241397 to ba9b302 Compare March 3, 2024 07:16
@tshortli
Copy link
Contributor Author

tshortli commented Mar 3, 2024

@swift-ci please smoke test

@tshortli tshortli merged commit ec0f856 into swiftlang:main Mar 3, 2024
@tshortli tshortli deleted the rebaseline-feature-set branch March 3, 2024 15:54
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.

1 participant