Skip to content

Commit cde417f

Browse files
Roll Dart SDK from 54adfeb93f0b to e5b2cb0b02ae (53 revisions) (flutter#18806)
https://dart.googlesource.com/sdk.git/+log/54adfeb93f0b..e5b2cb0b02ae 2020-06-04 [email protected] Fix for filtering name argument suggestions for Cider. 2020-06-03 [email protected] Print a count of how many language subdirectories have been migrated. 2020-06-03 [email protected] Unlink file before Unix socket binds 2020-06-03 [email protected] Revert "Replaces fuchsia.deprecatedtimezone" 2020-06-03 [email protected] Bumped pub revision 2020-06-03 [email protected] Update DEPS for package:fixnum 2020-06-03 [email protected] [vm, gc] Use the standard out-of-memory message when the scavenger fails to copy. 2020-06-03 [email protected] Migrate language_2/nosuchmethod_forwarding to NNBD. 2020-06-03 [email protected] Remove the analysis server's DartFixListener.addDetail. 2020-06-03 [email protected] Prepare to publish package nnbd_migration 2020-06-03 [email protected] [vm/nnbd] Finish migration of vm/cc tests to NNBD 2020-06-03 [email protected] Migrate language_2/mixin_constructor_forwarding to NNBD. 2020-06-03 [email protected] [fuchsia] Avoid unnecessary zx_clock_get(ZX_CLOCK_THREAD, ...) calls 2020-06-03 [email protected] Add an option to the migration test runner to compare legacy results. 2020-06-03 [email protected] Migrate language_2/no_such_method to NNBD. 2020-06-03 [email protected] An initial naive approach to integrating the new relevance computations and the available declarations support. 2020-06-03 [email protected] Clarify migration guidance 2020-06-03 [email protected] [nnbd_migration] Fix typos/mistakes 2020-06-03 [email protected] Revert "[nnbd_migration] handle multiple contexts" 2020-06-03 [email protected] [dart2js] Move tests/compiler/dart2js_extra to tests/dart2js_2. 2020-06-03 [email protected] Fix docs typo. 2020-06-03 [email protected] [vm/compiler] Handle phis specially in TryCreateConstantReplacementFor. 2020-06-03 [email protected] [benchmark] Fix dart2 files importing dart files. 2020-06-03 [email protected] Clarify terms for environment declerations 2020-06-03 [email protected] Migrate void tests to Null Safety. 2020-06-03 [email protected] Add a pubspec dev_dependency from analyzer to linter. 2020-06-03 [email protected] [nnbd_migration] Fix flutter#42117, cannot load edit details on windows. 2020-06-03 [email protected] [nnbd] Make PRESUBMIT.py not warn about status files 2020-06-03 [email protected] [benchmark] Synchronize Calls benchmark changes to dart2 implementation. 2020-06-03 [email protected] [benchmark] Format all benchmarks. 2020-06-03 [email protected] [parser] Update parser tests for using keywords as methods/fields/typedefs 2020-06-03 [email protected] [release] Add release notes for 2.8.4 to the changelog 2020-06-03 [email protected] [cfe] Add regress test for issue39666 2020-06-03 [email protected] Reland: [cfe] Embed and use allowed experiments in CFE 2020-06-03 [email protected] Add CiderCompletionResult.performance 2020-06-03 [email protected] Prepare to publish analyzer 0.39.10 2020-06-03 [email protected] Migrate language_2/malbounded to NNBD. 2020-06-03 [email protected] Migrate language_2/new to NNBD. 2020-06-03 [email protected] Migrate language_2/method to NNBD. 2020-06-03 [email protected] Fix the breaking change in SummaryBuilder. 2020-06-03 [email protected] Migrate language_2/list to NNBD. 2020-06-03 [email protected] Migrate language_2/mixin to NNBD. 2020-06-02 [email protected] [vm/nnbd] Migate runtime/tests/vm/dart/* tests to NNBD 2020-06-02 [email protected] [pkg/analyzer] Update pedantic to 1.9.0 2020-06-02 [email protected] [vm, api] Add Dart_UpdateExternalSize to the embedding API. 2020-06-02 [email protected] Add -t abbreviation for consistency with flutter create: 2020-06-02 [email protected] [vm/nnbd] Support NNBD weak mode in vm/cc tests 2020-06-02 [email protected] Prepare to publish analyzer 0.39.9 and _fe_analyzer_shared 4.0.0. 2020-06-02 [email protected] [tests/nnbd] Remove mixed mode test cases from language/nnbd/subtyping/type_casts_strong_test 2020-06-02 [email protected] Retain original LSP registrations so unregistrations use the same IDs 2020-06-02 [email protected] [ DDS ] Fix issue where forwarding requests with no RPC parameters would return an error 2020-06-02 [email protected] Migration: fix pubspec deps. 2020-06-02 [email protected] Revert "[dart:io] Fixes the FileIO performance regression" If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dart-sdk-flutter-engine Please CC [email protected] on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
1 parent 6e378cf commit cde417f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

DEPS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ vars = {
3434
# Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS.
3535
# You can use //tools/dart/create_updated_flutter_deps.py to produce
3636
# updated revision list of existing dependencies.
37-
'dart_revision': '54adfeb93f0bd14a150b774ea80b799be6004137',
37+
'dart_revision': 'e5b2cb0b02aef4389f66f6076de43f211e732e0b',
3838

3939
# WARNING: DO NOT EDIT MANUALLY
4040
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
@@ -52,7 +52,7 @@ vars = {
5252
'dart_oauth2_tag': '1.6.0',
5353
'dart_pedantic_tag': 'v1.9.0',
5454
'dart_protobuf_rev': '3746c8fd3f2b0147623a8e3db89c3ff4330de760',
55-
'dart_pub_rev': 'a4bc2dd08630f85a94f506eab037fcaaedb42222',
55+
'dart_pub_rev': '6178cdf284baf2345d1ea578b7176a754aa576fe',
5656
'dart_pub_semver_tag': 'v1.4.4',
5757
'dart_quiver-dart_tag': '2.0.0+1',
5858
'dart_resource_rev': 'f8e37558a1c4f54550aa463b88a6a831e3e33cd6',
@@ -207,7 +207,7 @@ deps = {
207207
Var('dart_git') + '/ffi.git@454ab0f9ea6bd06942a983238d8a6818b1357edb',
208208

209209
'src/third_party/dart/third_party/pkg/fixnum':
210-
Var('dart_git') + '/fixnum.git@eb3748663dc979271ff6a3d014fbe522543b1d91',
210+
Var('dart_git') + '/fixnum.git@13da5123989a5d91cb59e76793c3923dd8d06e90',
211211

212212
'src/third_party/dart/third_party/pkg/glob':
213213
Var('dart_git') + '/glob.git@e9f4e6b7ae8abe5071461cf8f47191bb19cf7ef6',

ci/licenses_golden/licenses_third_party

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 988852c113dcca729815b892b258fa21
1+
Signature: 3f9fce9682d6ddbfd06576e4da10d6fa
22

33
UNUSED LICENSES:
44

0 commit comments

Comments
 (0)