Skip to content

[swift/main] Availability fixes for literalPattern and ignoring... #721

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 2 commits into from
Feb 16, 2024

Conversation

natecook1000
Copy link
Member

Cherry picks of #717 and #720 to the swift/main branch.

- Updates `_literalPattern` availability to 5.11
- Fixes an issue with testConcurrentAccess, where the
test crashes if declared with unrestricted availability.
- Fixes a release mode testing issue, where the call to disable 
optimizations during testing was in an assert call, so it was 
elided in release builds, even though the code that expected
optimizations to be disabled was still used. This created spurious
failures during release mode testing, which appears to have
recently been enabled in CI.
These APIs shipped with 5.9, not 5.8.
@natecook1000
Copy link
Member Author

@swift-ci Please test

@natecook1000
Copy link
Member Author

@swift-ci Please test windows platform

@natecook1000 natecook1000 merged commit 8c4b525 into swift/main Feb 16, 2024
@natecook1000 natecook1000 deleted the availability-fixes branch February 16, 2024 00:41
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