From 69f94a50103e65dff4e9d26142edc86ec7c873ef Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Fri, 22 Nov 2019 13:05:17 -0800 Subject: [PATCH] Roll src/third_party/dart 029e06b8d9..5b5f34f2e6 (10 commits) (#13982) dart-lang/sdk@5b5f34f2e6 [vm] Cleanup try-catch blocks around Expression.getStaticType dart-lang/sdk@ecaa3e643a [cfe] Move inference visitor to its own library and rename kernel_shadow_ast to internal_ast dart-lang/sdk@f2b7af83e7 Migration: eliminate some explicit uses of always/never nodes from node_builder.dart. dart-lang/sdk@e78a2fd0df [cfe] Remove optional parameter to toString dart-lang/sdk@82c9950e9c Reland "Fix completion in Analysis Server LSP mode" dart-lang/sdk@1f382890a7 [cfe] Make inference NNBD-aware dart-lang/sdk@bd06f1bf51 [cfe/infra] Unit test suites: print re-run command when a test fails dart-lang/sdk@a2bf8153af Revert "Fix completion in Analysis Server LSP mode" dart-lang/sdk@ec8fc01d3b Fix completion in Analysis Server LSP mode dart-lang/sdk@63e8213721 Expose 'typeProvider' and 'typeSystem' from LibraryElement. --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 1d81902fde5..952ac106b19 100644 --- a/DEPS +++ b/DEPS @@ -34,7 +34,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': '029e06b8d9eb95f836cd59de6b8ac7fd7cd37934', + 'dart_revision': '5b5f34f2e6e047edbd4280a5d9c906c6399280e8', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py