You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[swift/main] Availability fixes for literalPattern and ignoring... (#721)
* Fix literal pattern availability (#720)
- 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.
* Update availability for ignoreCapture... APIs (#717)
These APIs shipped with 5.9, not 5.8.
0 commit comments