From 4a732f7519374ccdbf10758b15928b8155fa1444 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Fri, 17 Jul 2020 17:38:51 +0000 Subject: [PATCH] Roll Dart SDK from 9dca49e71e06 to ec01fc2bf163 (8 revisions) https://dart.googlesource.com/sdk.git/+log/9dca49e71e06..ec01fc2bf163 2020-07-17 scheglov@google.com Remove ResolutionContextBuilder. 2020-07-17 nshahan@google.com [test/status] Skip built_in_type_annotation_test on all backends 2020-07-17 jakemac@google.com update meta constraint to allow <=2.9.10 sdks 2020-07-17 scheglov@google.com Fix analyzer Windows bots. 2020-07-17 scheglov@google.com Put isXyz flags into ParameterKind and use in AST and element model. 2020-07-17 scheglov@google.com Infer void return type for FunctionExpression. 2020-07-17 jakemac@google.com Revert "allow the 2.9.x stable sdk in the meta null_safety prerelease" 2020-07-17 srawlins@google.com Analyzer: Redefine NOT_INSTANTIATED_BOUND to be an error. 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 69b2868ea486b..9f014c0239783 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': '9dca49e71e06f9ba3710d3c4d65619f30547f4ca', + 'dart_revision': 'ec01fc2bf16393dd0697c094312f4bec3b386ccd', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py