From 4e9bf8fbd17a6b997058d059481c0e0bb1977112 Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Tue, 7 May 2019 21:35:57 -0700 Subject: [PATCH] Roll src/third_party/dart a8b6e18b62..8143450941 (11 commits) 8143450941 Convert comments in the constant evaluation code cbff5cff2f [vm/reload] Fix scenario when class removed during hot reload stays unpatched. 8de23bbbff Update the Dart Analaysis Server protocol to 1.26.1 to mark that the MOVE_FILE refactoring is now enabled. The functionality landed May 3rd, 2019 with https://dart-review.googlesource.com/c/sdk/+/101320 ca4b63f067 Remove NullabilityNode.isAlwaysNullable. 2d5e82bb7a [watchlists] Remove zra from watchlists f1dcb7f2a9 Fix PRESUBMIT.py so it is python3-compatible. df7db795dc Stop using ConstraintVariable.always to represent the nullability of `dynamic`. d06c7b7c89 Remove the ability of migration to use `?`s in input files as a hint. 2ee973102c Add some additional tests for variable name completions for variable naming inside of for-statements 2c3114f7a7 Replace most uses of assertConstraint with assertConnection. 5b63d74608 Rework some migration tests to make use of the nullability graph. --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 14765373fc9..bf8f80ce33a 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': 'a8b6e18b6224e7d65caedd80478861f52568de67', + 'dart_revision': '8143450941a944df0d25b83a5d84b17166f41a61', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py