From 36b5b19367656c6e84efbd7d03ed26b47840b728 Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Fri, 23 Aug 2019 12:44:29 -0700 Subject: [PATCH] Roll src/third_party/dart 06d3769ac6..2e4c89aa73 (19 commits) dart-lang/sdk@2e4c89aa73 Flow analysis: fix handling of `for(;;)` loops. dart-lang/sdk@05f411dbf4 Sort declarations in flow_analysis_visitor.dart. dart-lang/sdk@118831ec53 Defend against null tokens when constructing model completion ranking query dart-lang/sdk@62ec392768 Upgrade to tflite_native@0.2.2 dart-lang/sdk@68e805f9f6 [vm/cocurrency] Add simple spawn function test and test with/without isolate groups dart-lang/sdk@3c54aeae6b [vm/compiler] Ensure proper release/aquire fences are used when turning ICData to be megamorphic. dart-lang/sdk@9a854c111a Resolve uses of super within extensions to dynamic to prevent an exception and remove follow-on diagnostics dart-lang/sdk@d978c83dac [dart:io]Annotate SecureSocket.secure supportedProtocols with @Since dart-lang/sdk@00610ec765 [cfe] Return inferred type from inference visitor dart-lang/sdk@16a4ee0eb5 [cfe] Use fileOffset instead of Token in createArguments dart-lang/sdk@8c9d6c1c68 [cfe] Use ObjectAccessTarget as the result for object access resolution dart-lang/sdk@5fb29b6a8d Flow analysis: allow sets of referenced variables to be any iterable. dart-lang/sdk@1f9dd21940 Flow analysis: create the VariableModel data structure. dart-lang/sdk@a7fa63789a [cfe/ffi] Only catch FFI transformation exceptions dart-lang/sdk@3547b2a7d7 [dart:io] Document supportedProtocols argument of RawSecureSocket.secure dart-lang/sdk@671fdba18a [dart:io] Pass supportedProtocols through from SecureSocket.secure dart-lang/sdk@9c707d7639 [CFE] Add lint that checks fastas own dependencies dart-lang/sdk@74e09abc6e [CFE] Remove/move file that wasn't needed by frontend; cleanup pubspec.yaml a bit dart-lang/sdk@bd681ea660 [CFE] Move testing out of lib/src/fasta --- DEPS | 4 ++-- ci/licenses_golden/licenses_third_party | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index a28fd97080..9d07a1893d 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': '06d3769ac6d775ede7ca87e6ba2f056db93e2e27', + 'dart_revision': '2e4c89aa7346462831f63c546c90725c017d8df9', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py @@ -96,7 +96,7 @@ vars = { 'dart_term_glyph_tag': '1.0.1', 'dart_test_reflective_loader_tag': '0.1.8', 'dart_test_tag': 'test-v1.6.4', - 'dart_tflite_native_rev': '65889224d8ee32ceaf4f78d8d29fd59750e1b817', + 'dart_tflite_native_rev': '06e533a9747306d1114c53427cc67eda080f51f9', 'dart_typed_data_tag': '1.1.6', 'dart_usage_tag': '3.4.0', 'dart_watcher_rev': '0.9.7+12-pub', diff --git a/ci/licenses_golden/licenses_third_party b/ci/licenses_golden/licenses_third_party index a6846392a9..7fb41a178e 100644 --- a/ci/licenses_golden/licenses_third_party +++ b/ci/licenses_golden/licenses_third_party @@ -1,4 +1,4 @@ -Signature: cd4edf60cf17cb388213d04feefe0f32 +Signature: 2efef58733ab11108f35e28ab32184cf UNUSED LICENSES: -- GitLab