From 625f33bc895139803cd3107cc9748e473633fbe5 Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Thu, 9 May 2019 00:32:23 -0700 Subject: [PATCH] Roll src/third_party/dart ef0c812b0d..678f4bb926 (11 commits) 678f4bb926 Give featureSet to analysis options to fix resynthesis tests. 3ad32e4287 [vm] Revert 1db1ac48632df42d1569a80859b9db7a82293eab. 58f3098650 Issue 36890. Improve importing elements when incomplete code. 454b98c490 Some additional tests in variable_name_contributor_test.dart to cover all the doIncludePrivateVersion cases 1407e59079 Add preliminary NNBD support to the summary linker. 34d2fd42bd Add summary deserialization support for nullability. 8dc57acc52 Use the full URI for DDK library debug names 147523b744 Add failing tests of operator semantics under nnbd 299bf667ac Get codeOffset/codeLength through LazyNode. 39858b1225 Remove CompilationUnitImpl.isNonNullableLibrary 802712795e [vm/bytecode] Cleanup obsolete bytecode format v2 --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index e653cbc474..cb8226076b 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': 'ef0c812b0de13a7e89b10bd31d7ac3c9d070821a', + 'dart_revision': '678f4bb926e265fe27dc29e734ddb0f9753e4965', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py