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
- 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.
0 commit comments