From 21eb7a84ee765a46d8d17d4354310018e6d163ce Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Mon, 3 Aug 2020 10:39:39 +0000 Subject: [PATCH] Roll Dart SDK from c59cdee365b9 to ad9c73cb3270 (1 revision) https://dart.googlesource.com/sdk.git/+log/c59cdee365b9..ad9c73cb3270 2020-08-03 johnniwinther@google.com [cfe] Use promoted type as type context in variable assignment 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 c7529583f5413..791e1ddfb577e 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': 'c59cdee365b94ce066344840f9e3412d642019b5', + 'dart_revision': 'ad9c73cb327098e1a31cfe7520ef037d5afe90c8', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py