From 74c5aef669f437be8802cd2cd7f055b5a45d6add Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Fri, 26 Jun 2020 22:47:45 +0000 Subject: [PATCH] Roll Dart SDK from 243ad5427564 to 7fc61e77e225 (5 revisions) https://dart.googlesource.com/sdk.git/+log/243ad5427564..7fc61e77e225 2020-06-26 whesse@google.com [build] Use Goma from depot_tools instead of $HOME/goma 2020-06-26 fishythefish@google.com [dart2js] Ensure generic local functions are marked as potentially needing type arguments. 2020-06-26 scheglov@google.com Remove unused AnalysisDriver flag 'disableChangesAndCacheAllResults'. 2020-06-26 rnystrom@google.com Migrate a few language_2/invalid_returns tests that were missed. 2020-06-26 rnystrom@google.com Migrate the new async error tests. 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/+doc/master/autoroll/README.md --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 75238e003c381..39e0a6b83a3c9 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': '243ad54275648db6162d3932fab5960a6915fa0f', + 'dart_revision': '7fc61e77e2255dda6690fe0a0a4629f684ed39b3', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py