Skip to content

Commit de0932b

Browse files
authored
Manual roll of Dart 06cb010247...69aba23371 (flutter#19577)
Roll Dart from version 69aba23371ffb12caf596e29dab0d52f74a591e7 to 06cb010247fb9163db673ba2fd0b338ad6caafb8 dart-lang/sdk@06cb010247 Revert "Add unawaited to package:meta" dart-lang/sdk@6de0f53e7c [CFE] Set correct async markers in outline phase (2nd try) dart-lang/sdk@b6a0c50bf6 [dart2js] Support conversion of local function type variables from K to J model dart-lang/sdk@0ce83987d6 Reland "[SDK] Adds an SDK hash to kernels and the VM." dart-lang/sdk@315ecf2606 Roll benchmarks-internal to 88af52754f272e7a4c5737b7e003c2ed9e8a754f dart-lang/sdk@3b25d6ff69 Add DynamicType, NeverType, and VoidType to API. dart-lang/sdk@11632ff4d4 Add buildSdkSummary() to analyzer API. dart-lang/sdk@431b57cbbb Add an additional category into completion_metrics.dart: parameter references dart-lang/sdk@4140853675 [dart2js/ddc] Add null checks to with<X|Y|Z|W> methods dart-lang/sdk@0d44449aaa Add unawaited to package:meta dart-lang/sdk@be0f94b218 [dart2js] include dart:_js_annotations into the platform file by default dart-lang/sdk@d9d4e5ccb3 copy package config changes to the modular_suite_nnbd.dart dart-lang/sdk@9547628ecf [ddc] Compare types with new DartTypeEquivalence dart-lang/sdk@f42889fbb8 create package_config.json files in ddc modular test suite dart-lang/sdk@b4c60e6e1c [dart2js] Removing switch class restrictions. dart-lang/sdk@935b69e676 [vm] Increase alignment in the blob container format to 16k. dart-lang/sdk@901fa79db1 [vm] Prevent bare instructions code from clobbering decisions about which instructions to include. dart-lang/sdk@1478b2b71c Prepare to publish analyzer 0.39.12 dart-lang/sdk@1a60f94fd0 Add two failing tests in the local_reference_contributor_test.dart, after some for(var foo ...) ^, the completion is in the implicit statement which is in the scope of the foo declaration. dart-lang/sdk@1b1fcc0618 update package:test in the sdk dart-lang/sdk@68bcf1b28a [dartdev] add --enable-experiment support to 'dart test' dart-lang/sdk@34ad5a5908 Don't reuse LSP error code that triggers shutdown for refactor errors dart-lang/sdk@5d1fbe0497 [cfe] Handle unforseen type parameter intersections dart-lang/sdk@878e2cacdd [CFE] Don't issue an initialization error when trying to initialize when not having a platform dart-lang/sdk@34f5c9d0b4 [cfe] Implement new async return rules dart-lang/sdk@3a4aad6b87 [cfe] Use test description uri for expectation file location dart-lang/sdk@fa650e46dd Implement the verbose option for dart analyze dart-lang/sdk@b3c9e89028 Roll benchmarks-internal ee36753c0b4b..e6a5aa28c884 dart-lang/sdk@c40ebbc65e [ DartDev ] Ignore SIGINT in DartDev process dart-lang/sdk@bda4994482 Analyzer: Finish using ///-style comments. dart-lang/sdk@42d2996773 Analyzer: Move NON_BOOL_* tests to diagnostics/
1 parent 35b5aa5 commit de0932b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DEPS

+2-2
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': '69aba23371ffb12caf596e29dab0d52f74a591e7',
37+
'dart_revision': '06cb010247fb9163db673ba2fd0b338ad6caafb8',
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
@@ -323,7 +323,7 @@ deps = {
323323
Var('dart_git') + '/term_glyph.git@b3da31e9684a99cfe5f192b89914492018b44da7',
324324

325325
'src/third_party/dart/third_party/pkg/test':
326-
Var('dart_git') + '/test.git@988e38ff3051f24607ad0aaf4e780835785f2ab5',
326+
Var('dart_git') + '/test.git@718fe6f93c4655208460f28e89d887c5ef4144c5',
327327

328328
'src/third_party/dart/third_party/pkg/test_reflective_loader':
329329
Var('dart_git') + '/test_reflective_loader.git' + '@' + Var('dart_test_reflective_loader_tag'),

ci/licenses_golden/licenses_third_party

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 727113935dfd47f10e763f53962bef24
1+
Signature: ccd877febbe228c3fd663eefb5ce5de0
22

33
UNUSED LICENSES:
44

0 commit comments

Comments
 (0)