Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 0c6a538

Browse files
committed
Roll src/third_party/dart be66176..ec7ec4e (37 commits)
dart-lang/sdk@ec7ec4ecf7 [gardening] Fix import to fix Flutter build dart-lang/sdk@f989605cc9 Fix dartdoc typo in ffi dart-lang/sdk@2246f0a8a3 Compute constant dependencies for constructor elements in canBeConst(). dart-lang/sdk@981be87206 Add configuration options and flags for controlling NNBD mode. dart-lang/sdk@9ff104efd6 Move StaticError and StaticErrorParser to a separate file. dart-lang/sdk@bad1816c21 Migration: add edge builder support for generic method invocations. dart-lang/sdk@35f45f0ee4 Do null-aware shorting for IndexExpression. dart-lang/sdk@90aca0b8d5 Add test for incomparable on type resolution and fix expectations. dart-lang/sdk@f4229da6ab [vm, bytecode] Produce compile-time errors instead of crashing when failing to resolve libraries etc. dart-lang/sdk@a64b06ec83 [gardening] Migrate most files to be implicit-bool-conversion free dart-lang/sdk@698d120328 base processor migration; fix to add type annotations dart-lang/sdk@d9a9346c3f [vm/compiler] Fix truncating logic dart-lang/sdk@d2dc053752 Corrections to "[vm] Fix ASAN build." dart-lang/sdk@592914fb8b Don't report HintCode.CAN_BE_NULL_AFTER_NULL_AWARE when NNBD. dart-lang/sdk@c219a76652 Reland "[vm/ffi] Implement FFI callbacks on AOT for ELF and Asm snapshots (excl. blobs)." dart-lang/sdk@6a8c988fc4 Simplify the computeCompilerArguments(). dart-lang/sdk@9a847a98e8 [ VM / Service ] Fix docs for @instance not including optional closureFunction and closureContext fields dart-lang/sdk@ff8b43750a Move reporting INVALID_ASSIGNMENT for compound assignments into StaticTypeAnalyzer. dart-lang/sdk@cf5e9ca423 Additional tests and fixes for creating getters dart-lang/sdk@6e3498cd08 bump server SDK constraint lower bound dart-lang/sdk@89dde0501d Migration: fix handling of assignments involving FutureOr. dart-lang/sdk@ec48af600f Support fix to import a library defining an extention dart-lang/sdk@4fbd758f9e [vm/bytecode] Optimize comparisons with null dart-lang/sdk@16a4c0d13c Bump up oldest_supported_abi_version for abi bot dart-lang/sdk@c7bb9cf5c4 refactor to share common fix/assist processor code dart-lang/sdk@5a45050d1e [observatory] Flatten the heap snapshot before loading. dart-lang/sdk@75374b89f6 [vm] Fix ASAN build. dart-lang/sdk@8ee3f314cb [vm/gardening] clang tidy fixes dart-lang/sdk@89ad636b58 Remove the old "preview Dart 2" flags from the test runner. dart-lang/sdk@aa34de3fe5 Flow analysis: adjust _variableInfosEqual to do a shallow comparison. dart-lang/sdk@ea35690b96 Flow analysis: add unit tests of try/finally handling. dart-lang/sdk@b179ef33ec Flow analysis: add unit tests of try/catch handling. dart-lang/sdk@e2a00dc465 Flow analysis: add unit tests of while statements dart-lang/sdk@edceedff90 [vm, reload] Allow any change to a class that hasn't yet been declaration loaded. dart-lang/sdk@68ba13e4e8 With NNBD null-shorting is performed. dart-lang/sdk@a7723d5c40 [vm] Out-line handle allocation. dart-lang/sdk@16be3a095d [vm/benchmark] Add *Bytes suffix to Isolate SendReceive benchmark
1 parent 37f81cd commit 0c6a538

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ vars = {
3434
# Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS.
3535
# You can use //tools/dart/create_updated_flutter_deps.py to produce
3636
# updated revision list of existing dependencies.
37-
'dart_revision': 'be661765345f62fa4212b76f897fdd3e66e8aa54',
37+
'dart_revision': 'ec7ec4ecf7fb388c8bc6d074acb65e7d5605ff05',
3838

3939
# WARNING: DO NOT EDIT MANUALLY
4040
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py

ci/licenses_golden/licenses_third_party

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 2c668a8ae65b5189de71c2e56979e785
1+
Signature: adf087a28113f49999d27bf10c222f0c
22

33
UNUSED LICENSES:
44

@@ -7446,6 +7446,8 @@ FILE: ../../../third_party/dart/runtime/tools/dartfuzz/gen_api_table.dart
74467446
FILE: ../../../third_party/dart/runtime/tools/graphexplorer/graphexplorer.html
74477447
FILE: ../../../third_party/dart/runtime/tools/graphexplorer/graphexplorer.js
74487448
FILE: ../../../third_party/dart/runtime/tools/run_clang_tidy.dart
7449+
FILE: ../../../third_party/dart/runtime/vm/bss_relocs.cc
7450+
FILE: ../../../third_party/dart/runtime/vm/bss_relocs.h
74497451
FILE: ../../../third_party/dart/runtime/vm/catch_entry_moves_test.cc
74507452
FILE: ../../../third_party/dart/runtime/vm/class_id.h
74517453
FILE: ../../../third_party/dart/runtime/vm/code_comments.cc

0 commit comments

Comments
 (0)