From cc6730f894b903e7955e8882e9930635e5c28489 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Fri, 21 Feb 2020 09:29:22 +0000 Subject: [PATCH] Roll src/third_party/dart 6ef9131d82c4..5829fc7829d5 (3 commits) https://dart.googlesource.com/sdk.git/+log/6ef9131d82c4..5829fc7829d5 git log 6ef9131d82c4..5829fc7829d5 --date=short --first-parent --format='%ad %ae %s' 2020-02-21 johnniwinther@google.com [analyzer,cfe,dart2js] Add marker.options files to automate running id tests on all configurations 2020-02-21 jwren@google.com Initial implementation in dartdev for the 'analyze' verb. This 'dart analyze .' carries over functionality from 'flutter analyze .', but with minimal flags (as a starting point). 2020-02-21 cskau@google.com [Kernel] Fixes bug in async transform causing reuse of temps. Created with: gclient setdep -r src/third_party/dart@5829fc7829d5 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 02386fd31c7fe..eee78511f016a 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': '6ef9131d82c4fbc8966f426bb865140ea3b7e860', + 'dart_revision': '5829fc7829d577a84e1296118bc3aa18deda670b', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py