mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
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.
This commit is contained in:
parent
0dfd3c2144
commit
4e9bf8fbd1
2
DEPS
2
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user