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

Commit a09e43c

Browse files
Manual roll Dart SDK from c5264a1bd1d2 to c22bf5aedbcf (2 revisions) (#54646)
Manual roll requested by [email protected] https://dart.googlesource.com/sdk.git/+log/c5264a1bd1d2..c22bf5aedbcf 2024-08-16 [email protected] Version 3.6.0-151.0.dev 2024-08-16 [email protected] Version 3.6.0-150.0.dev If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dart-sdk-flutter-engine Please CC [email protected],[email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Flutter Engine: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
1 parent e10b075 commit a09e43c

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ vars = {
5656
# Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS
5757
# You can use //tools/dart/create_updated_flutter_deps.py to produce
5858
# updated revision list of existing dependencies.
59-
'dart_revision': 'c5264a1bd1d2ddff6c9a32ff7f99a2813f0ae4f9',
59+
'dart_revision': 'c22bf5aedbcf1881e68ab264fed70a50aa3f2f53',
6060

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

ci/licenses_golden/excluded_files

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1641,6 +1641,7 @@
16411641
../../../flutter/third_party/dart/utils/OWNERS
16421642
../../../flutter/third_party/dart/utils/compiler/.gitignore
16431643
../../../flutter/third_party/dart/utils/dartanalyzer/.gitignore
1644+
../../../flutter/third_party/dart/utils/dynamic_module_runner/dynamic_interface.yaml
16441645
../../../flutter/third_party/depot_tools
16451646
../../../flutter/third_party/expat/.git
16461647
../../../flutter/third_party/expat/.github

ci/licenses_golden/licenses_dart

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 78d9a304f84afe77b871679a40906d23
1+
Signature: 5618c1c3c0fa65ec1a29057a65f8cb21
22

33
====================================================================================================
44
LIBRARY: dart
@@ -4077,11 +4077,20 @@ ORIGIN: ../../../flutter/third_party/dart/runtime/platform/synchronization_posix
40774077
ORIGIN: ../../../flutter/third_party/dart/runtime/platform/synchronization_win.cc + ../../../flutter/third_party/dart/LICENSE
40784078
ORIGIN: ../../../flutter/third_party/dart/runtime/platform/threads.h + ../../../flutter/third_party/dart/LICENSE
40794079
ORIGIN: ../../../flutter/third_party/dart/runtime/tools/dartfuzz/flag_fuzzer.dart + ../../../flutter/third_party/dart/LICENSE
4080+
ORIGIN: ../../../flutter/third_party/dart/runtime/vm/bytecode_reader.cc + ../../../flutter/third_party/dart/LICENSE
4081+
ORIGIN: ../../../flutter/third_party/dart/runtime/vm/bytecode_reader.h + ../../../flutter/third_party/dart/LICENSE
4082+
ORIGIN: ../../../flutter/third_party/dart/runtime/vm/compiler/assembler/disassembler_kbc.cc + ../../../flutter/third_party/dart/LICENSE
4083+
ORIGIN: ../../../flutter/third_party/dart/runtime/vm/compiler/assembler/disassembler_kbc.h + ../../../flutter/third_party/dart/LICENSE
40804084
ORIGIN: ../../../flutter/third_party/dart/runtime/vm/compiler/backend/dart_calling_conventions.cc + ../../../flutter/third_party/dart/LICENSE
40814085
ORIGIN: ../../../flutter/third_party/dart/runtime/vm/compiler/backend/dart_calling_conventions.h + ../../../flutter/third_party/dart/LICENSE
4086+
ORIGIN: ../../../flutter/third_party/dart/runtime/vm/constants_kbc.cc + ../../../flutter/third_party/dart/LICENSE
4087+
ORIGIN: ../../../flutter/third_party/dart/runtime/vm/constants_kbc.h + ../../../flutter/third_party/dart/LICENSE
40824088
ORIGIN: ../../../flutter/third_party/dart/runtime/vm/heap/incremental_compactor.cc + ../../../flutter/third_party/dart/LICENSE
40834089
ORIGIN: ../../../flutter/third_party/dart/runtime/vm/heap/incremental_compactor.h + ../../../flutter/third_party/dart/LICENSE
4090+
ORIGIN: ../../../flutter/third_party/dart/runtime/vm/interpreter.cc + ../../../flutter/third_party/dart/LICENSE
4091+
ORIGIN: ../../../flutter/third_party/dart/runtime/vm/interpreter.h + ../../../flutter/third_party/dart/LICENSE
40844092
ORIGIN: ../../../flutter/third_party/dart/runtime/vm/os.cc + ../../../flutter/third_party/dart/LICENSE
4093+
ORIGIN: ../../../flutter/third_party/dart/runtime/vm/stack_frame_kbc.h + ../../../flutter/third_party/dart/LICENSE
40854094
ORIGIN: ../../../flutter/third_party/dart/sdk/lib/_internal/js_dev_runtime/private/custom_hash_set.dart + ../../../flutter/third_party/dart/LICENSE
40864095
ORIGIN: ../../../flutter/third_party/dart/sdk/lib/_internal/js_dev_runtime/private/ddc_only.dart + ../../../flutter/third_party/dart/LICENSE
40874096
ORIGIN: ../../../flutter/third_party/dart/sdk/lib/_internal/js_dev_runtime/private/identity_hash_set.dart + ../../../flutter/third_party/dart/LICENSE
@@ -4112,11 +4121,20 @@ FILE: ../../../flutter/third_party/dart/runtime/platform/synchronization_posix.c
41124121
FILE: ../../../flutter/third_party/dart/runtime/platform/synchronization_win.cc
41134122
FILE: ../../../flutter/third_party/dart/runtime/platform/threads.h
41144123
FILE: ../../../flutter/third_party/dart/runtime/tools/dartfuzz/flag_fuzzer.dart
4124+
FILE: ../../../flutter/third_party/dart/runtime/vm/bytecode_reader.cc
4125+
FILE: ../../../flutter/third_party/dart/runtime/vm/bytecode_reader.h
4126+
FILE: ../../../flutter/third_party/dart/runtime/vm/compiler/assembler/disassembler_kbc.cc
4127+
FILE: ../../../flutter/third_party/dart/runtime/vm/compiler/assembler/disassembler_kbc.h
41154128
FILE: ../../../flutter/third_party/dart/runtime/vm/compiler/backend/dart_calling_conventions.cc
41164129
FILE: ../../../flutter/third_party/dart/runtime/vm/compiler/backend/dart_calling_conventions.h
4130+
FILE: ../../../flutter/third_party/dart/runtime/vm/constants_kbc.cc
4131+
FILE: ../../../flutter/third_party/dart/runtime/vm/constants_kbc.h
41174132
FILE: ../../../flutter/third_party/dart/runtime/vm/heap/incremental_compactor.cc
41184133
FILE: ../../../flutter/third_party/dart/runtime/vm/heap/incremental_compactor.h
4134+
FILE: ../../../flutter/third_party/dart/runtime/vm/interpreter.cc
4135+
FILE: ../../../flutter/third_party/dart/runtime/vm/interpreter.h
41194136
FILE: ../../../flutter/third_party/dart/runtime/vm/os.cc
4137+
FILE: ../../../flutter/third_party/dart/runtime/vm/stack_frame_kbc.h
41204138
FILE: ../../../flutter/third_party/dart/sdk/lib/_internal/js_dev_runtime/private/custom_hash_set.dart
41214139
FILE: ../../../flutter/third_party/dart/sdk/lib/_internal/js_dev_runtime/private/ddc_only.dart
41224140
FILE: ../../../flutter/third_party/dart/sdk/lib/_internal/js_dev_runtime/private/identity_hash_set.dart
@@ -4769,7 +4787,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
47694787
This Source Code Form is "Incompatible With Secondary Licenses", as
47704788
defined by the Mozilla Public License, v. 2.0.
47714789

4772-
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/790fcb755a0a6872cd5d36904b77630dcf7f0212
4790+
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/c22bf5aedbcf1881e68ab264fed70a50aa3f2f53
47734791
/third_party/fallback_root_certificates/
47744792

47754793
====================================================================================================

sky/packages/sky_engine/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32054,7 +32054,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
3205432054
This Source Code Form is "Incompatible With Secondary Licenses", as
3205532055
defined by the Mozilla Public License, v. 2.0.
3205632056

32057-
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/c5264a1bd1d2ddff6c9a32ff7f99a2813f0ae4f9
32057+
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/c22bf5aedbcf1881e68ab264fed70a50aa3f2f53
3205832058
/third_party/fallback_root_certificates/
3205932059

3206032060
--------------------------------------------------------------------------------

0 commit comments

Comments
 (0)