From f7eac730220145feae088321b9976b1fed610bff Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Sat, 21 Mar 2020 10:22:40 +0000 Subject: [PATCH] Roll src/third_party/dart 82f8a5451fae..f247613737ec (3 commits) https://dart.googlesource.com/sdk.git/+log/82f8a5451fae..f247613737ec git log 82f8a5451fae..f247613737ec --date=short --first-parent --format='%ad %ae %s' 2020-03-21 bkonyi@google.com Reland "[ VM / Service ] Migrated Observatory service tests from package:unittest to package:test and package:expect." 2020-03-21 fishythefish@google.com [dart2js] Erase *s on type literals at compile-time. 2020-03-21 fishythefish@google.com [dart2js] Clean up some nullabilities in static_type. Created with: gclient setdep -r src/third_party/dart@f247613737ec 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 b33b0d13cf416..4d97c8ade680f 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': '82f8a5451fae3334fdab7a84ed269f831c168276', + 'dart_revision': 'f247613737ecfcba9d1a699b29c15c234340d65e', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py