From 7478f8b069a667f0480fd546bad3578d5f11cbdb Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Thu, 7 May 2020 11:32:28 +0000 Subject: [PATCH] Roll src/third_party/dart 733153eb517c..e86e4d61834a (6 commits) https://dart.googlesource.com/sdk.git/+log/733153eb517c..e86e4d61834a git log 733153eb517c..e86e4d61834a --date=short --first-parent --format='%ad %ae %s' 2020-05-07 dmitryas@google.com [cfe] Add round-trip serialization support for more statement nodes 2020-05-07 jensj@google.com [parser] Recovery of unbalanced parenthesis, brackets etc. 2020-05-07 eernst@google.com Corrected non-function type alias diagnostics 2020-05-07 jensj@google.com [CFE/kernel] Reproduction for crashes 2020-05-07 jensj@google.com [CFE/kernel] Grab bag of small fixes/improvements 2020-05-07 plg@google.com Add test_driver directory to @visibleForTesting whitelist Created with: gclient setdep -r src/third_party/dart@e86e4d61834a 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 6535c42754303..541978411fbc4 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': '733153eb517c18ca3cc2e45c94694bd4f4aa507f', + 'dart_revision': 'e86e4d61834acb25ce22c423699e08f25d0cb70e', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py