From 74cdcc447abd0bafeb5c38fc6d76b73aecee09e1 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Thu, 30 Jul 2020 06:20:37 +0000 Subject: [PATCH] Roll Dart SDK from 03e4737f3115 to 59600f2b46ef (54 revisions) https://dart.googlesource.com/sdk.git/+log/03e4737f3115..59600f2b46ef 2020-07-30 mfairhurst@google.com [analyzer] Improve existing non-generative constructor errors 2020-07-30 mfairhurst@google.com [analyzer] Fix #25874, confusing error for extending Exception. 2020-07-30 devoncarew@google.com [analyzer] fix a grammar issue for invalid_null_aware_operator_after_short_circuit 2020-07-30 zichangguo@google.com Fix DartDev run command failed reading Windows path 2020-07-30 bkonyi@google.com [ VM/ DDS ] Temporarily disable DDS for beta release 2020-07-30 srawlins@google.com Update strict-inference to not report 'unreferenced' parameters 2020-07-30 srawlins@google.com Analyzer: Move CONST_CONSTRUCTOR_PARAM_TYPE_MISMATCH to compile-time 2020-07-29 brianwilkerson@google.com Reference the design principles from the README 2020-07-29 scheglov@google.com Report INVALID_ASSIGNMENT on the cascade target. 2020-07-29 scheglov@google.com Fix for crash in RemoveEmptyConstructorBody. 2020-07-29 brianwilkerson@google.com A document in which to capture dartdev design principles 2020-07-29 nbosch@google.com Fix the IANA link from Encoding.getByName docs 2020-07-29 scheglov@google.com Resolve invalid prefix.name TypeName(s) to dynamic. 2020-07-29 scheglov@google.com Issue 42837. Use legacy erasure in LUB computation in opt-out libraries. 2020-07-29 pquitslund@google.com bulk fix for `avoid_types_on_closure_parameters` 2020-07-29 aam@google.com [vm/resolve] Use Resolver instead of Lookup in while-loop. 2020-07-29 markzipan@google.com [dart2js] Adding null-safe semantics for static fields. 2020-07-29 nshahan@google.com Expand SDK constraint on dart_internal to include 2.9.0 2020-07-29 bkonyi@google.com [ DartDev ] Launch from snapshot in the current process when possible 2020-07-29 brianwilkerson@google.com Enable the new code completion relevance feature 2020-07-29 scheglov@google.com Fix several language/ tests. 2020-07-29 nshahan@google.com [deps] Bump csslib dependency to v0.16.2 2020-07-29 pquitslund@google.com bulk fix for `avoid_return_types_on_setters` 2020-07-29 aam@google.com [vm/resolve] Use Resolver instead of Lookup in while-loop. 2020-07-29 pquitslund@google.com bulk fix for `avoid_redundant_argument_values` 2020-07-29 jlcontreras@google.com Fix nnbd flag bug in tests for Value Classes feature. 2020-07-29 johnniwinther@google.com [cfe] Revert receiverType/receiverBound update 2020-07-29 kustermann@google.com [vm/compiler] Graph intrinsify implicit getters/setters in common cases. 2020-07-29 dmitryas@google.com [cfe] Use unwrapping of nullability constructor in upper bound 2020-07-29 johnniwinther@google.com [cfe] Handle type parameters bounded by Null/Never in local function parameter type inference 2020-07-29 kustermann@google.com [vm/compiler] Move CheckArrayBoundInstr::Canonicalize to its base class 2020-07-29 athom@google.com [co19] Roll co19 to 86c948fbe7c8a9e74f572038f2ec70dfce7f20b0 2020-07-29 jlcontreras@google.com Add tests for the Value Class feature. 2020-07-29 sortie@google.com Roll benchmarks-internal 171db4d6bcd4..9bc9e373b3d3 2020-07-29 athom@google.com [infra] Add VM simarm64 nnbd builder to the test matrix 2020-07-29 athom@google.com [co19] Roll co19 to 872367c00df43a2057f541d1920b8f42f6ebbeec 2020-07-29 johnniwinther@google.com [analyzer,cfe,dart2js] Ensure id-testing shards are deterministic 2020-07-29 johnniwinther@google.com [cfe] Fix scope setup for generic function types 2020-07-29 johnniwinther@google.com [cfe] Remove error/warning on duplicate library name in export/import 2020-07-29 johnniwinther@google.com [cfe] Add test for issue 42537 2020-07-29 johnniwinther@google.com [cfe] Use legacy erasure in LUB computation in opt-out libraries 2020-07-29 leafp@google.com Add tests for mixed mode upper bound. 2020-07-29 karlklose@google.com [infra] Empty SDK commit to validate recipe changes 2020-07-29 srawlins@google.com Analyzer: Move all remaining tests from compile_time_error_code.dart and remove 2020-07-29 nshahan@google.com [ddc] Delete unused target dartdevc_patch_sdk 2020-07-29 nbosch@google.com Remove some misleading int returns from main 2020-07-29 pquitslund@google.com bulk fix for `avoid_empty_else` 2020-07-29 rmacnak@google.com [test] Skip scavenger_abort_test on AOT. 2020-07-28 pquitslund@google.com bulk fix for `avoid_annotating_with_dynamic` 2020-07-28 pquitslund@google.com `fix` command 2020-07-28 rmacnak@google.com [test] Prevent tree-shaking of fields in scavenger_abort_test. 2020-07-28 scheglov@google.com Fix for NPE when REMOVE_UNUSED_PARAMETER in invalid code. 2020-07-28 alexmarkov@google.com [vm/nnbd] Improve performance of Future.value 2020-07-28 rmacnak@google.com [vm, gc] Do not FATAL when the scavenger fails to allocate. 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 | 4 ++-- ci/licenses_golden/licenses_third_party | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index dc8960f9ef6a9..f212f820fea1e 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': '03e4737f31151663badde83c5514389f8587efff', + 'dart_revision': '59600f2b46ef963137be4743c94b99111567043f', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py @@ -192,7 +192,7 @@ deps = { Var('dart_git') + '/crypto.git@7422fb2f6584fe1839eb30bc4ca56e9f9760b801', 'src/third_party/dart/third_party/pkg/csslib': - Var('dart_git') + '/csslib.git@bf372d4fdc6dfa232ad93f77a0a3de0891edd04c', + Var('dart_git') + '/csslib.git@451448a9ac03f87a8d0377fc0b411d8c388a6cb4', 'src/third_party/dart/third_party/pkg/dart2js_info': Var('dart_git') + '/dart2js_info.git' + '@' + Var('dart_dart2js_info_tag'), diff --git a/ci/licenses_golden/licenses_third_party b/ci/licenses_golden/licenses_third_party index dee6672656826..dc7219031d78e 100644 --- a/ci/licenses_golden/licenses_third_party +++ b/ci/licenses_golden/licenses_third_party @@ -1,4 +1,4 @@ -Signature: 0485f6b15a488eabf7ad0b32fbd1b040 +Signature: 35a4acdc8f5708e9c69b73985058bf0b UNUSED LICENSES: