-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
flutter/engine
#21784Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work lista: null-safetySupport for Dart's null safety featureSupport for Dart's null safety feature
Description
For whatever reason, the SDK dill we are building right now is not in sound mode.
Test to confirm: https://github.com/dart-lang/sdk/blob/master/tests/language/nnbd/constant_null_safety_mode_test.dart
Correct rule: https://github.com/dart-lang/sdk/blob/0ce83987d65d008a5705edb248bddb9c845643ec/utils/compile_platform.gni#L10
Example usage: https://github.com/dart-lang/sdk/blob/master/utils/dartdevc/BUILD.gn#L278
Initially should just check if dill is sound, follow up can confirm SDK is sound.
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work lista: null-safetySupport for Dart's null safety featureSupport for Dart's null safety feature