From 39bf5af6c21b066c83ecdf70654d109258af4867 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Tue, 24 Mar 2020 03:46:10 +0000 Subject: [PATCH] Roll src/third_party/dart cbd67124d10e..8246621d4da3 (39 commits) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://dart.googlesource.com/sdk.git/+log/cbd67124d10e..8246621d4da3 git log cbd67124d10e..8246621d4da3 --date=short --first-parent --format='%ad %ae %s' 2020-03-24 asiva@google.com [Test] Fix calls to lib.loadLibrary() to not use lib.loadLibrary()! (see https://github.com/dart-lang/sdk/issues/41122) 2020-03-24 nshahan@google.com [ddc] Cleanup test package workaround 2020-03-24 rmacnak@google.com [vm] Fix memory leaks during ELF generation. 2020-03-24 srujzs@google.com [dart:html] Migrate NodeValidator fix to NNBD 2020-03-24 sra@google.com [benckmark] Apply code review suggestion to TBR-ed ListCopy benchmark fix 2020-03-23 nshahan@google.com [ddc] Disable type check failure suggestions 2020-03-23 sstrickl@google.com [vm/aot] Fix disassembler bug in bare instructions mode. 2020-03-23 scheglov@google.com Use ClassHierarchy for computing implemented interfaces. 2020-03-23 vegorov@google.com [vm/profiler] On Android use alternative stack for handling SIGPROF. 2020-03-23 sortie@google.com [nnbd] Link to issue about removing unsound nullability support. 2020-03-23 rmacnak@google.com [vm] Address TSAN errors in FFI tests. 2020-03-23 jsimmons@google.com [dart:io] Fix Unix domain socket headers for Fuchsia 2020-03-23 scheglov@google.com Type Function should be excluded from extended / implemented / mixed types. 2020-03-23 kevmoo@google.com Add a changelog entry for the NodeValidator fix 2020-03-23 kevmoo@google.com Address a vulnerability in node validator 2020-03-23 rileyporter@google.com [tests] Removing type declaration in test causing compiler error 2020-03-23 bkonyi@google.com [ package:vm_service ] Update incorrect information in CHANGELOG.md 2020-03-23 liama@google.com [tools] Fix addlatexhash.dart in NNBD mode 2020-03-23 johnniwinther@google.com [cfe] Add context to member type inference errors 2020-03-23 jwren@google.com Preventatively check for null from the return of AstNode.findPrevious(..). This was the only instance of a missing null check in analyzer, analyzer_plugin, analysis_server and analyzer_cli. 2020-03-23 jwren@google.com Fix the common case of https://github.com/dart-lang/sdk/issues/41039, around MethodDeclarations 2020-03-23 lrn@google.com Make ArgumentError.check* functions return the valid argument. 2020-03-23 eernst@google.com Updated version for third_party/pkg/intl 2020-03-23 johnniwinther@google.com [cfe] Infer loadLibrary return a non-nullable future 2020-03-23 kevmoo@google.com Remove unittest from DEPS, .packages, package_config.json 2020-03-23 johnniwinther@google.com [cfe] Don't report nnbd errors/warnings in top level inference 2020-03-23 dmitryas@google.com [cfe] Restrict nullable typedefs to nonfunction-type-aliases 2020-03-23 scheglov@google.com Add more libraries and classes to MockSdk. 2020-03-23 vsm@google.com [dartdevc] record metrics 2020-03-23 johnniwinther@google.com [cfe] Report error on (un)assigned late variables 2020-03-23 athom@google.com [cleanup] Remove accidentally committed files 2020-03-23 davidmorgan@google.com Reland "Revert "[dartdevc] record metrics"" 2020-03-23 jensj@google.com [kernel/CFE] Simplified toString on (ast) nodes 2020-03-23 sstrickl@google.com [vm] Look up dynamic symbols in DWARF stack traces. 2020-03-23 athom@google.com [vm] Add the channel name to the VM/dart:io version string 2020-03-23 johnniwinther@google.com [cfe] Handle mixing in Function 2020-03-23 johnniwinther@google.com [cfe] Improve message on ambiguous extension member access 2020-03-23 johnniwinther@google.com [cfe] Omit warning when extending/implementing Function 2020-03-23 zichangguo@google.com [dart:io] support Unix domain communications Created with: gclient setdep -r src/third_party/dart@8246621d4da3 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 | 4 ++-- ci/licenses_golden/licenses_third_party | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index 54b1d9ae1a739..c4f57613ea4ac 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': 'cbd67124d10e277e52e94f37d32aa517afeb549a', + 'dart_revision': '8246621d4da394bd006202bc5b1122b69fd3a4cb', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py @@ -60,7 +60,7 @@ vars = { 'dart_http_retry_tag': '0.1.1', 'dart_http_tag': '0.12.0+2', 'dart_http_throttle_tag': '1.0.2', - 'dart_intl_tag': '0.15.7', + 'dart_intl_tag': '0.16.1', 'dart_json_rpc_2_tag': '2.0.9', 'dart_linter_tag': '0.1.113', 'dart_logging_tag': '0.11.3+2', diff --git a/ci/licenses_golden/licenses_third_party b/ci/licenses_golden/licenses_third_party index 1ec6ad0a25281..a0a82a81992c1 100644 --- a/ci/licenses_golden/licenses_third_party +++ b/ci/licenses_golden/licenses_third_party @@ -1,4 +1,4 @@ -Signature: 1c27e10f486057edc8e288aa560f6031 +Signature: f552bc1ed946277be9abd4cfcd6b9499 UNUSED LICENSES: