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

Commit 24d9460

Browse files
authored
Roll Dart to bb56d45 (#6253)
* bb56d45 Fix receiver type for js-interop access 8dea9aa Share inlining cache between members 272473b Remove getters allowing access to all enclosing type parameter types. f5ec9b0 This CL changes some status comments, but also points out an issue. a16c7d8 Fix typo in mixin test. cea39db Perform instance member inference for mixins. 65b390c Simplify summary resynthesis tests ca8e5ba Fix #34443 fix tests that will fail with int2double 0e878dd Fix several inferred type summary tests. 1397fd9 Fix test_variable_final_top_level_untyped. 61096ac Improve analyzer/fasta error code matching 1a8b1bf Fix test_bottom_reference_shared. 7bc5c55 Fix test test_implicit_dependencies_follow_other_dependencies. 49da026 Report error for `extends void` type parameters 3cf61ae Fix #34444, rounded doubles in double literals test 260ea4b Add an option to use one-phase summaries. 7c5b3dc [vm/tfa] Pass receiver type into field initializer summaries. cd26b88 linter 0.1.62 8e4933c Tests for ClassElement.allSupertypes for mixins. a48120a Wire up placeholder executable in pkg/analyzer_fe_comparison. * update licenses
1 parent 60bb5da commit 24d9460

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DEPS

Lines changed: 2 additions & 2 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': 'c28db2d6e17f046f95db5987394df43c95d58468',
34+
'dart_revision': 'bb56d4592f7cde38cdf0a04ad7f40d105af99d11',
3535

3636
'dart_args_tag': '1.4.4',
3737
'dart_async_tag': '2.0.8',
@@ -58,7 +58,7 @@ vars = {
5858
'dart_http_throttle_tag': '1.0.2',
5959
'dart_intl_tag': '0.15.6',
6060
'dart_json_rpc_2_tag': '2.0.9',
61-
'dart_linter_tag': '0.1.61',
61+
'dart_linter_tag': '0.1.62',
6262
'dart_logging_tag': '0.11.3+2',
6363
'dart_markdown_tag': '2.0.2',
6464
'dart_matcher_tag': '0.12.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: bab57131714504d8735f525bec6946b7
1+
Signature: d2753c18f5888758e87aa10c270fa760
22

33
UNUSED LICENSES:
44

0 commit comments

Comments
 (0)