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

Commit f3d4a7f

Browse files
committed
Roll src/third_party/dart 7c70ab1..7d8ffe0 (77 commits)
7d8ffe0 Eliminate uses of old AST node types from pkg/analyzer/lib/src/test_utilities 2e46350 Read more nodes from serialized AST. e91c3b3 Update pkg:html version to 0.13.4+1 819f445 Eliminate uses of old AST node types from pkg/analyzer/lib/src/task/strong 095e651 Eliminate uses of old AST node types from pkg/analyzer/lib/src/services 2c08743 [co19] DEPS and status files updated b095a6b [infra] Update checked in SDKs to 2.2.1-dev.0.0 f46186a [infra] Fix update_flakiness using wrong key when computing matches. 03e46ee [infra] Add expectation and matches information to flaky.json. 15f1fc2 Add a flag to allow only analyzing project folders that contain open files bc2b788 [CFE] handle set literals in constant evaluator. 2b2e717 [kernel] Add SetConstant node to Kernel. 084e98e [VM] Ensure that a newly allocated object is either new or added to remembered set if we want to eliminate write barriers to it 95cfa6c Support native class and js-interop annotations through ir constants 62d2208 Flatten native member resolver 053dfbb [cfe] Compile list spread elements into block expressions 1e0d514 Address comments from a previous CL 1567904 Allocate fieldOffsets once, in computeFieldOffsets(). 4a144e6 Fix production of outline for incomplete generic function types (issue 36059) 4bd3e4b Write more AST nodes to summary. fa2d32e [ddc] Add api to query loaded libs 5a33595 [analyzer] fix #33119, add strict-raw-types flag 76d31a2 [dartdevc] fix hot restart static field reset 2f158b9 Add ABI_VERSION to the version file and a script to upload dills to CPID 0491d5c Revert "[VM runtime] Dual mapping of executable pages." 5f9bd87 Eliminate uses of old AST node types from parts of the analyzer 38d6752 Eliminate uses of old AST node types from parts of the analyzer df59b09 Fail early if a thread has no stack headroom 44186df [VM runtime] Dual mapping of executable pages. 298866e Write / read resolved AST to / from flat buffers. 863f7df Include debug info when dart:core is not resolved. f00fe7a Rework of downward inference for the ui-as-code features 1a9f40b [VM] Remove unnecessary assert to fix cc/PrintJSON test c2a48ee [VM] Fix bigint left shift that could cause heap corruption when intrinsified. 9201b90 Convert ir.Constant to ConstantValue dc555eb [vm] On Fuchsia, enable timeline streams based on the state of system trace categories. 644026d Eliminate uses of old AST node types from AstFactory c35304e [vm/simdbc,interpreter] Preserve arguments descriptor around call to inline cache miss handler a681a62 [vm/incremental compiler] Add reject/compile_expresson test for incremental compiler. ce1fb83 [infra] Suggest running gsutil.py config in approve_results if needed. 2c8f70c [cfe] Add type inference for spreads in set literals b36c56f [cfe] Add type inference for spreads in list literals e4aa432 [fasta] Enable spread collections in unit tests 1471b8e Revert "[CFE] Move constant evaluation number semantics handling to front end." 6e06047 AST to Text more resilient in writeAdditionalExports c2b466b [CFE] Move constant evaluation number semantics handling to front end. b60b664 [infra] Make gclient sync quiet when nothing is updated. 9a0a3fd Eliminate uses of old AST node types from analyzer_plugin ba4cfb8 Initial computation of initializer complexity through the scope visitor. 15515d8 Reland "[analyzer] Constant verifier support for SetOrMapLiteral" 9bec44d Revert "[analyzer] Constant verifier support for SetOrMapLiteral" d73bc49 DEPS: update html, http_parser, logging, package_resolver, source_span 9c6315c [analyzer] Constant verifier support for SetOrMapLiteral 67366ed Support for @variant and @VariantId in generator. 16fc751 [fuchsia] Clean-up after the FIDL string/vector types transition 1d3a0d5 Revert "[vm/ffi] Stress tests for FFI functions." 24df9cc [vm] Implement interpreter stubs for ARM, SIMARM and SIMARM64. e8d6e2f [ VM ] Updated SourceReport tests with correct token positions 19dbd70 Catch errors in formatting function types 2259695 [vm, gc] Document object representation. 223f407 [gardening] Skip ffi/negative_function_test on asan bot c2e4819 Rename UiAsCodeVisitorMixin to UIAsCodeVisitorMixin 48ee388 Fix a typo in a shared test 545ebe1 Prepare to publish analyzer 0.35.3 17195d2 Eliminate uses of old AST node types from dev_compiler a417659 debug dartfix test a10b0d8 [vm/compiler] LICM and CSE improvements ff6f61c [VM / Observatory ] Remove needless stacktrace print when adding to closed socket a51c9f1 Make optype compatible with previous versions of analyzer. a2eac98 Merge HintCodeTest_Driver into HintCodeTest. 9d60942 [vm] Update status file for standalone_2/ffi/function_stress_test bab9d2a [vm] Remember GenericCovariantImpl in TypeParameter 3dcc0c6 [vm] Fix windows build after "[vm/ffi] Stress tests for FFI functions." 1596f43 debug dartfix test fa8ba53 [infra] Add a script that appends fields with previous results to result data b186a27 [vm/ffi] Stress tests for FFI functions. 7dec865 Add set literal support to the flutter outline computer
1 parent a2246c1 commit f3d4a7f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

DEPS

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ vars = {
3131
# Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS.
3232
# You can use //tools/dart/create_updated_flutter_deps.py to produce
3333
# updated revision list of existing dependencies.
34-
'dart_revision': '7c70ab1817ad6553f21fadadf0a88fe568ee8745',
34+
'dart_revision': '7d8ffe0daf8148dd281884ec3911f1274e21f0af',
3535

3636
# WARNING: DO NOT EDIT MANUALLY
3737
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
@@ -52,9 +52,9 @@ vars = {
5252
'dart_dartdoc_tag': 'v0.28.2',
5353
'dart_fixnum_tag': '0.10.9',
5454
'dart_glob_tag': '1.1.7',
55-
'dart_html_tag': '0.13.3+2',
55+
'dart_html_tag': '0.13.4+1',
5656
'dart_http_multi_server_tag': '2.0.5',
57-
'dart_http_parser_tag': '3.1.1',
57+
'dart_http_parser_tag': '3.1.3',
5858
'dart_http_retry_tag': '0.1.1',
5959
'dart_http_tag': '0.12.0',
6060
'dart_http_throttle_tag': '1.0.2',
@@ -70,7 +70,7 @@ vars = {
7070
'dart_oauth2_tag': '1.2.1',
7171
'dart_observatory_pub_packages_rev': '0894122173b0f98eb08863a7712e78407d4477bc',
7272
'dart_package_config_tag': '1.0.5',
73-
'dart_package_resolver_tag': '1.0.4',
73+
'dart_package_resolver_tag': '1.0.10',
7474
'dart_path_tag': '1.6.2',
7575
'dart_plugin_tag': 'f5b4b0e32d1406d62daccea030ba6457d14b1c47',
7676
'dart_pool_tag': '1.3.6',
@@ -86,7 +86,7 @@ vars = {
8686
'dart_shelf_web_socket_tag': '0.2.2+3',
8787
'dart_source_map_stack_trace_tag': '1.1.5',
8888
'dart_source_maps_tag': '8af7cc1a1c3a193c1fba5993ce22a546a319c40e',
89-
'dart_source_span_tag': '1.4.1',
89+
'dart_source_span_tag': '1.5.5',
9090
'dart_stack_trace_tag': '1.9.3',
9191
'dart_stream_channel_tag': '1.6.8',
9292
'dart_string_scanner_tag': '1.0.3',

ci/licenses_golden/licenses_third_party

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 80f68675dab65099e7156f61547b4d56
1+
Signature: 1405abeaed1a76feefc683d14369d056
22

33
UNUSED LICENSES:
44

0 commit comments

Comments
 (0)