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

Commit fb317b0

Browse files
committed
Roll src/third_party/dart 896c053..b31df28 (10 commits)
dart-lang/sdk@b31df28d72 [dart:io] Retain the stack trace on some native socket errors dart-lang/sdk@22866b6a19 Add test of ambiguous exports to verify an edge case dart-lang/sdk@a9f6e0302b [vm/compiler] Unify IsRedundant for JIT/AOT bounds checks dart-lang/sdk@63a1478f5f [dart:io] Handle http timeout race dart-lang/sdk@9eb2e8d111 Stop reporting duplicate diagnostics for other ambiguous extensions dart-lang/sdk@1f7e6370b4 Migration: store decorated type parameter bounds separately from other element decorated types. dart-lang/sdk@c0d1dedd78 [vm] Disable inlining of _StringBase._createOneByteString dart-lang/sdk@92562dc5a5 Fix hints in nnbd_migration package. dart-lang/sdk@e86ce41bcf Rename a hint code to be consistent with similar codes dart-lang/sdk@81569e5fe3 Ignore ErrorToken when locating previous n tokens for completion ranking
1 parent 20b7ea2 commit fb317b0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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': '896c053803a1699686941cf5b7542b8fcaa67e3e',
37+
'dart_revision': 'b31df28d721156b041c3dd9ded7b304503177ee6',
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: b8cb5dcf981bc89ba663c7c188cc7159
1+
Signature: fecb9bdc827a89ac8663b885360b1f50
22

33
UNUSED LICENSES:
44

@@ -4751,6 +4751,7 @@ FILE: ../../../third_party/dart/runtime/vm/compiler/asm_intrinsifier_arm.cc
47514751
FILE: ../../../third_party/dart/runtime/vm/compiler/asm_intrinsifier_arm64.cc
47524752
FILE: ../../../third_party/dart/runtime/vm/compiler/asm_intrinsifier_ia32.cc
47534753
FILE: ../../../third_party/dart/runtime/vm/compiler/asm_intrinsifier_x64.cc
4754+
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/bce_test.cc
47544755
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/block_builder.h
47554756
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/flow_graph_checker.cc
47564757
FILE: ../../../third_party/dart/runtime/vm/compiler/backend/flow_graph_checker.h

0 commit comments

Comments
 (0)