dart-sdk/utils
Sigmund Cherem e8906e65e7 [3.0 alpha][dart2js] No longer infer the null-safety mode from sources.
This prepares dart2js to default to sound null safety in Dart 3.0.

The compiler no longer infers the default mode based on the input
program, instead uses sound null safety unless
'--no-sound-null-safety' is specified.

On a separate change, we expect to remove the option of disabling
null safety.

Note: this change should also be reflected in the CHANGELOG, but
we've currently not included it to redeuce merge conflicts, as we plan
to land multiple 3.0-alpha changes in a short window of time

Change-Id: Id87498cc5976548ec89d1f36c60674b72406950a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/270860
Reviewed-by: Nate Biggs <natebiggs@google.com>
Commit-Queue: Siva Annamalai <asiva@google.com>
Reviewed-by: Mayank Patke <fishythefish@google.com>
2022-12-07 04:02:13 +00:00
..
analysis_server [analyzer] Train snapshot more than --help 2022-11-15 10:49:51 +00:00
bazel [utils] - Migrate utils/bazel/kernel_worker.dart to sound null safety. 2022-10-26 22:44:47 +00:00
compiler [3.0 alpha][dart2js] No longer infer the null-safety mode from sources. 2022-12-07 04:02:13 +00:00
dart2native
dart2wasm [dart2wasm] Build product snapshot when building for the SDK. 2022-10-26 17:04:17 +00:00
dartanalyzer
dartdev
dartdevc [ddc] Include shared library for new runtime types 2022-05-25 18:23:29 +00:00
dds
gen_kernel
kernel-service [3.0 alpha][VM/Runtime] - Flip flag to make strong null safety the default. 2022-12-06 04:04:23 +00:00
peg
tests/peg
aot_snapshot.gni [dart2wasm] Build product snapshot when building for the SDK. 2022-10-26 17:04:17 +00:00
application_snapshot.gni [3.0 alpha][VM/Runtime] - Flip flag to make strong null safety the default. 2022-12-06 04:04:23 +00:00
compile_platform.gni
create_timestamp.gni
OWNERS