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
{{ message }}
This repository was archived by the owner on Aug 30, 2023. It is now read-only.
Use platform_env instead of dart_env in package:intl tests.
The VM is about to switch to use the CFE's constant evaluator. This change
will break const.fromEnvironment on modular builds (which affects blaze and build_runner).
Because the only purpose of these definitions was to pass arguments to tests, we can
replace them with a runtime Platform.environment variable.
Context: b/129881700 and dart-lang/sdk#36513
PiperOrigin-RevId: 242916034
0 commit comments