From e1e51dc7c4e6a239ecdf792036bb027a28add59a Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Mon, 6 May 2019 17:27:27 -0700 Subject: [PATCH] Roll src/third_party/dart cdabea8fe2..36c315eacc (17 commits) 36c315eacc [analyzer] resolve x?.y to return T? a53c12d07a [vm] Use std::unique_ptr with Message 457e58c637 Type promotion requires current function body. 79f4ecf191 report error on const method with empty body 6aab33ff09 Fix for setter names in library local declarations. 271c8465f4 Rewrite AST when resolving constants. dd185a029e Build local elements for metadata. 0e4370d75f Fix exception when libraries cannot be resolved (issue 36863) 51730db51b Add flutter track widget creation transform to bazel kernel worker 8d1ed856d2 Always create DeclarationsTracker in AnalysisServer. f6ba1abab1 Additional MOVE_FILE bazel tests that cannot yet be run due to the expectations around analysis roots and the refactoring test framework. c3285a77d6 [vm/bytecode/compiler] Make sure the first successor in branches corresponds to fallthrough 4655f63670 update analyzer.Scanner to track featureSet e1d6decd7b [vm/bytecode/compiler] Mark _simpleInstanceOf calls with Token::kIS 65cea6b8bb Add more information to manifest warning message 209e135db6 Split out two codes from STRICT_RAW_TYPE ab5b285f82 Record InvocationExpression.typeArgumentTypes and use it directly, without need to restore type arguments. --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 646e8e92bf5..809cfc11999 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': 'cdabea8fe2201e4308e53f1f159d865f1bea20d2', + 'dart_revision': '36c315eaccecefce96ed5ba54d3cbdd74904e86a', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py