From 5d3012a1bb9dc2204eaa1bef1fef01f5484c3a57 Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Thu, 15 Aug 2019 06:42:38 -0700 Subject: [PATCH] Roll src/third_party/dart e35e8833ee..cae08c6813 (28 commits) dart-lang/sdk@cae08c6813 [CFE] Apply lines_longer_than_80_chars lint dart-lang/sdk@2c49015cd5 [vm] Add (Zone*) overload for Object::ZoneHandle() dart-lang/sdk@54f26e3554 [cfe+ddc] Support --target=dartdevc in _fasta/compile.dart dart-lang/sdk@3921ae1ee1 [CFE] Enable a number of linters dart-lang/sdk@c30a2be812 [vm/compiler] Check current_ssa_temp_index in FlowGraphChecker. dart-lang/sdk@e14300e7d9 [vm] Adding zone-passing constructor to IntMap. dart-lang/sdk@024052f367 [cfe+dart2js+analyzer] Remove support for libs in id testing dart-lang/sdk@7551b9cee3 [dart2js] (New RTI) Support constructing all unary RTIs. dart-lang/sdk@29b9aa84e3 Build summary1 or summary2 for SDK depending on the useSummary2 flag. dart-lang/sdk@617dd903e2 Update static error expectations for static_extension_bounds_error_test.dart . dart-lang/sdk@326139b729 [dart2js] Add new RTI instantiation entry point. dart-lang/sdk@d0c24059c6 [dart2js] new-rti: Specialize some cases of instanceType dart-lang/sdk@8d1dc8c99b Add a cli flag to enable ML code completion using the default SDK path dart-lang/sdk@a981bfe47b [dartdevc] fix virtual method computation due to nsm dart-lang/sdk@81e98dd47b Update comment on assignability dart-lang/sdk@12b66ceb9d Migration: begin hooking up flow analysis. dart-lang/sdk@b64cf7a146 Cherry-pick CHANGELOG from analyzer 0.37.1+1. dart-lang/sdk@14825ebaf7 Remove defensive coding around type arguments of Future/FutureOr. dart-lang/sdk@6a73fc8442 Fix for detecting constant class fields with summary2. dart-lang/sdk@edb7d0e1d4 Fix the documentation of TypeSystem.isAssignableTo dart-lang/sdk@02dc398b6e Cover the invocation of a function-valued getter defined by an extension of a function type dart-lang/sdk@3e6e0bb368 Enhance the documentation to call out that some members of a class can now be members of an extension dart-lang/sdk@1eaa7d2902 [html] cleanup JS types dart-lang/sdk@2ea18498e9 [vm/compiler] Improve range analysis over MOD dart-lang/sdk@85f7f4c453 [dartdevc] Workaround for constants with overridden fields dart-lang/sdk@ec2d06d4b9 Use MAP_JIT when doing an mmap for executable pages (needed for macOS Catalina). dart-lang/sdk@f87237c4e4 [vm/bytecode] Check context level when accessing await jump variable in debugger dart-lang/sdk@a2de29095e [vm] Implement fingerprints for bytecode functions. --- DEPS | 2 +- ci/licenses_golden/licenses_third_party | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 14229e22a6..cf0790d1d1 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': 'e35e8833ee736e9b800482595623c77fa2e05fc3', + 'dart_revision': 'cae08c681398a881ce01afa6c3e4b4dc2c0c4b6d', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py diff --git a/ci/licenses_golden/licenses_third_party b/ci/licenses_golden/licenses_third_party index e6d39b264b..30267e6473 100644 --- a/ci/licenses_golden/licenses_third_party +++ b/ci/licenses_golden/licenses_third_party @@ -1,4 +1,4 @@ -Signature: 5b5a454a705815e05a96fcc92b424fbe +Signature: 04f418d5eeeba6e6ed6654dd77bf9a0e UNUSED LICENSES: @@ -8318,6 +8318,8 @@ FILE: ../../../third_party/dart/runtime/vm/compiler/backend/typed_data_aot_test. FILE: ../../../third_party/dart/runtime/vm/compiler/ffi.cc FILE: ../../../third_party/dart/runtime/vm/compiler/ffi.h FILE: ../../../third_party/dart/runtime/vm/compiler/ffi_dbc_trampoline.h +FILE: ../../../third_party/dart/runtime/vm/compiler/frontend/bytecode_fingerprints.cc +FILE: ../../../third_party/dart/runtime/vm/compiler/frontend/bytecode_fingerprints.h FILE: ../../../third_party/dart/runtime/vm/compiler/graph_intrinsifier.cc FILE: ../../../third_party/dart/runtime/vm/compiler/graph_intrinsifier.h FILE: ../../../third_party/dart/runtime/vm/compiler/graph_intrinsifier_arm.cc -- GitLab