From 4899cb0465ffe4915aaec26924804c32da4bfa25 Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Tue, 9 Apr 2019 16:01:39 -0700 Subject: [PATCH] Roll src/third_party/dart 06ed3f598c..1490a90bc1 (8 commits) 1490a90bc1 Track guards using NullabilityNode rather than ConstraintVariable. 7f224d9fbe Track parameters that might need to be made optional/required using NullabilityNode. 6c063512ae Validate that nullability is propagated from optional/required named parameters. ed7f524afb Refactor more of the migration tool to use NullabilityNode rather than ConstraintVariable. 78c55022b1 [VM] - Fix for issue 36484 exposed when ExperimentalFlag.constantUpdate2018 is turned on in CFE a7175938c3 Remove use of package_root in analyzer/test/error_test 45a5349175 Track constant field initializers for field analysis. 91c042c066 Implement isCovariant for fields. --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 6475dda9116..d0e87fb81dd 100644 --- a/DEPS +++ b/DEPS @@ -31,7 +31,7 @@ vars = { # Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS. # You can use //tools/dart/create_updated_flutter_deps.py to produce # updated revision list of existing dependencies. - 'dart_revision': '06ed3f598c4baf48c7a09ff90240dae02d6d6df5', + 'dart_revision': '1490a90bc1c4cbbf13470af3408584e57d135fb2', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py