Skip to content

Update the .swiftinterface feature baseline #75094

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 27 commits into from
Jul 10, 2024

Conversation

tshortli
Copy link
Contributor

@tshortli tshortli commented Jul 9, 2024

Thoroughly re-baseline the set of features that are accepted by supported older compilers and therefore can appear unguarded in .swiftinterface files. The only features which require guards at this point were introduced in late Spring 2024.

@tshortli
Copy link
Contributor Author

tshortli commented Jul 9, 2024

@swift-ci please test

@slavapestov
Copy link
Contributor

Awesome!

tshortli added 26 commits July 9, 2024 14:28
Since these features are experimental features, they can't be catagorized as
"baseline" features. However, there is no need to guard code in swiftinterfaces
that potentially uses syntax related to these features since all supported
compilers can parse the syntax.
@tshortli tshortli force-pushed the baseline-more-features branch from f8a6b42 to ab68c29 Compare July 9, 2024 21:43
@tshortli tshortli changed the title Baseline more features Update the .swiftinterface feature baseline Jul 9, 2024
@tshortli tshortli marked this pull request as ready for review July 9, 2024 21:47
@tshortli
Copy link
Contributor Author

tshortli commented Jul 9, 2024

@swift-ci please smoke test

@tshortli tshortli merged commit cf2c6ff into swiftlang:main Jul 10, 2024
3 checks passed
@tshortli tshortli deleted the baseline-more-features branch July 10, 2024 16:48
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