From 54d732f81989d6a11c7cbf8881fb2240c8babc02 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Fri, 13 Mar 2020 02:02:39 +0000 Subject: [PATCH] Roll src/third_party/dart 7c2f62406bef..eb9c26bd378f (15 commits) https://dart.googlesource.com/sdk.git/+log/7c2f62406bef..eb9c26bd378f git log 7c2f62406bef..eb9c26bd378f --date=short --first-parent --format='%ad %ae %s' 2020-03-13 sigmund@google.com [dart2js] deferred load - gracefully handle missing constants 2020-03-13 brianwilkerson@google.com Improve the relevance scores for instance type members 2020-03-13 scheglov@google.com Extract MIXIN_DECLARES_CONSTRUCTOR tests. 2020-03-13 sigmund@google.com [dart2js] merge experiment flags when running in batch mode 2020-03-12 markzipan@google.com Initializing ExpectException's name to the empty string instead of null when no name is provided. 2020-03-12 scheglov@google.com Don't suggest ADD_RETURN_TYPE for setters. 2020-03-12 scheglov@google.com Don't report FINAL_NOT_INITIALIZED_CONSTRUCTOR for mixins. 2020-03-12 scheglov@google.com Add more data to debug FunctionTypeAlias linking crash. 2020-03-12 rmacnak@google.com Revert "[vm] Fix some further mirror breaks with frontend NNBD checks enabled." 2020-03-12 keertip@google.com Add an option to allow for prefecthing of directly referenced files when building unlined summaries. 2020-03-12 joshualitt@google.com [dart2js] Fix some nullabilities in deferred_load. 2020-03-12 johnniwinther@google.com [cfe] Normalize nullabilities in opt out libraries 2020-03-12 johnniwinther@google.com [cfe] Handle FutureOr in late lowering 2020-03-12 scheglov@google.com Issue 40941. Report FINAL_AND_COVARIANT_LATE_WITH_INITIALIZER. 2020-03-12 rmacnak@google.com [vm] Fix some further mirror breaks with frontend NNBD checks enabled. Created with: gclient setdep -r src/third_party/dart@eb9c26bd378f 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 dart-vm-team@google.com 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/+/master/autoroll/README.md Bug: None Tbr: dart-vm-team@google.com --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 6d8734489bff4..0838dac70474f 100644 --- a/DEPS +++ b/DEPS @@ -34,7 +34,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': '7c2f62406befdf7c7617adae528c34af555ce28b', + 'dart_revision': 'eb9c26bd378fbe3a0ebd00ce91973b49814d32be', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py