Manual roll of Dart 09bbd3cca5...6708f6d4c7 (flutter/engine#16864)
dart-lang/sdk@ 09bbd3cca5 [VM/concurrency] - Temporary workaround for issue https://github.com/dart-lang/sdk/issues/40836 dart-lang/sdk@ 5af2cc768a [dart2js] Add a raw type predicate to LegacyType and NullableType which forwards to the wrapped type. dart-lang/sdk@ 5b23373f7e Modify fields in some abstract and native classes dart-lang/sdk@ 9f79dfc37d Address analyzer errors in golden files in dart:html dart-lang/sdk@ 80f84e1942 Change all fields to native getters/setters dart-lang/sdk@ 3ec6ec2a2d Change getters/setters to native for nnbd dart-lang/sdk@ e797a066dc Separate canvasrenderingcontext2d into multiple tests dart-lang/sdk@ d2bd9691aa [vm] Remove unused Resolver::ResolveStaticAllowPrivate dart-lang/sdk@ 7f483c067c Set TypeName type of unresolved class with prefixed identifier in instance creation. dart-lang/sdk@ dc366a5ad5 [nnbd_migration] Assert an edge origin exists in _checkAssignment dart-lang/sdk@ 3ae91fc8c5 [nnbd_migration] Add an edge origin for `return;` dart-lang/sdk@ 1d1f3a5049 [nnbd_migration] Origin for inferred instance creation bounds dart-lang/sdk@ e9df1ee07a [nnbd_migration] Add an edge origin for inferred parameter substitution dart-lang/sdk@ 42d0c8245d [nnbd_migration] Add edge origin for explicit instantiation params dart-lang/sdk@ 18814410a4 [nnbd_migration] Record edge origin for explicit call parameters dart-lang/sdk@ c0bcfb7d0c [nnbd_migration] Add a description for type parameter instantiation dart-lang/sdk@ 734ad9c00c [nnbd_migration] Add an edge origin for type name parameters. dart-lang/sdk@ 8e3850395a [dartdev] refactor the dartdev pub command - delegate to the pub snapshot dart-lang/sdk@ 34fcc56458 Fix for renaming named formal parameters from invocations, when synthetic.
This commit is contained in:
4
DEPS
4
DEPS
@@ -34,11 +34,11 @@ 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': '6708f6d4c7dfcdca9e7149665f2f4fac03ab73a1',
|
||||
'dart_revision': '09bbd3cca5d444730b0cdcaaea8f2c6df590a660',
|
||||
|
||||
# WARNING: DO NOT EDIT MANUALLY
|
||||
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
|
||||
'dart_args_tag': '1.5.2',
|
||||
'dart_args_tag': '1.5.3',
|
||||
'dart_async_tag': '2.0.8',
|
||||
'dart_bazel_worker_tag': 'v0.1.22',
|
||||
'dart_boolean_selector_tag': '1.0.4',
|
||||
|
||||
Reference in New Issue
Block a user