mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll Dart SDK from 947c8c487e28 to 21b9ee6f0a52 (2 revisions) (flutter/engine#50717)
https://dart.googlesource.com/sdk.git/+log/947c8c487e28..21b9ee6f0a52 2024-02-16 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.4.0-150.0.dev 2024-02-16 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.4.0-149.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 dart-vm-team@google.com,jsimmons@google.com 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
This commit is contained in:
parent
6da068b6bd
commit
f5d36627c4
12
DEPS
12
DEPS
@ -62,7 +62,7 @@ vars = {
|
||||
# Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS
|
||||
# You can use //tools/dart/create_updated_flutter_deps.py to produce
|
||||
# updated revision list of existing dependencies.
|
||||
'dart_revision': '947c8c487e287f7f68a32feb066e36da7abb0ae3',
|
||||
'dart_revision': '21b9ee6f0a52735c5abf57c2e821b796c8c0179a',
|
||||
|
||||
# WARNING: DO NOT EDIT MANUALLY
|
||||
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
|
||||
@ -80,7 +80,7 @@ vars = {
|
||||
'dart_pub_rev': '4ab2e3663f0a98be40427e004e789caebf3ea72e',
|
||||
'dart_tools_rev': '2ef7673ca4c8eb346debe6d628f0196788fc3c66',
|
||||
'dart_watcher_rev': '21858a41da1482922e03ee65cdf2169d01d59a67',
|
||||
"dart_web_rev": "a54a1f0447979f9a3ea220199eca849ffb214e91",
|
||||
'dart_web_rev': 'a54a1f0447979f9a3ea220199eca849ffb214e91',
|
||||
'dart_webdev_rev': '629c63214466a77d0994e9b8003120f48af9ef1d',
|
||||
'dart_webkit_inspection_protocol_rev': '07295b9a5a1f1851666269128e95a9644d65107a',
|
||||
'dart_yaml_edit_rev': '2a9a11bee120d507d61d501c34585440be8c12b6',
|
||||
@ -397,7 +397,7 @@ deps = {
|
||||
Var('dart_git') + '/html.git@327e37a6a4dd46599737ee982f280d73a8f646f7',
|
||||
|
||||
'src/third_party/dart/third_party/pkg/http':
|
||||
Var('dart_git') + '/http.git@f0a02f98f7c921e86ecc81c70f38bb6fbccc81b9',
|
||||
Var('dart_git') + '/http.git@d8b237d273f49bada2aa7feaa0e7795e2541fe83',
|
||||
|
||||
'src/third_party/dart/third_party/pkg/http_multi_server':
|
||||
Var('dart_git') + '/http_multi_server.git@ba9d07f3596b24718ddf45c9e071d40879cca565',
|
||||
@ -418,7 +418,7 @@ deps = {
|
||||
Var('dart_git') + '/logging.git@cbaf4ee2e59c318d7519edb5381f5fe2a7f69587',
|
||||
|
||||
'src/third_party/dart/third_party/pkg/markdown':
|
||||
Var('dart_git') + '/markdown.git@c2b842937787bc0dce1763d56e7551b9045deb42',
|
||||
Var('dart_git') + '/markdown.git@6efe1416f1a448905c79f8b589a41aa71633fd39',
|
||||
|
||||
'src/third_party/dart/third_party/pkg/matcher':
|
||||
Var('dart_git') + '/matcher.git@d954c8d979579b4b46427b0ea1d9c721117c191e',
|
||||
@ -501,8 +501,8 @@ deps = {
|
||||
'src/third_party/dart/third_party/pkg/web':
|
||||
Var('dart_git') + '/web.git' + '@' + Var('dart_web_rev'),
|
||||
|
||||
'src/third_party/dart/third_party/pkg/web_socket_channel':
|
||||
Var('dart_git') + '/web_socket_channel.git@5241175e7c66271850d6e75fb9ec90068f9dd3c4',
|
||||
'src/third_party/dart/third_party/pkg/web_socket_channel':
|
||||
Var('dart_git') + '/web_socket_channel.git@3db86bc0a09e1038a0fa418262c8a92211c5de69',
|
||||
|
||||
'src/third_party/dart/third_party/pkg/webdev':
|
||||
Var('dart_git') + '/webdev.git' + '@' + Var('dart_webdev_rev'),
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
Signature: bbdbedaa52e732a027b2537a7d0ada18
|
||||
Signature: 03c9e515fb6a0904e1e386412d80799b
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: dart
|
||||
@ -4137,6 +4137,7 @@ ORIGIN: ../../../third_party/dart/sdk/lib/_macros/diagnostic.dart + ../../../thi
|
||||
ORIGIN: ../../../third_party/dart/sdk/lib/_macros/introspection.dart + ../../../third_party/dart/LICENSE
|
||||
ORIGIN: ../../../third_party/dart/sdk/lib/_macros/macro.dart + ../../../third_party/dart/LICENSE
|
||||
ORIGIN: ../../../third_party/dart/sdk/lib/_macros/macros.dart + ../../../third_party/dart/LICENSE
|
||||
ORIGIN: ../../../third_party/dart/sdk/lib/developer/http_profiling.dart + ../../../third_party/dart/LICENSE
|
||||
TYPE: LicenseType.bsd
|
||||
FILE: ../../../third_party/dart/sdk/lib/_macros/builders.dart
|
||||
FILE: ../../../third_party/dart/sdk/lib/_macros/code.dart
|
||||
@ -4144,6 +4145,7 @@ FILE: ../../../third_party/dart/sdk/lib/_macros/diagnostic.dart
|
||||
FILE: ../../../third_party/dart/sdk/lib/_macros/introspection.dart
|
||||
FILE: ../../../third_party/dart/sdk/lib/_macros/macro.dart
|
||||
FILE: ../../../third_party/dart/sdk/lib/_macros/macros.dart
|
||||
FILE: ../../../third_party/dart/sdk/lib/developer/http_profiling.dart
|
||||
----------------------------------------------------------------------------------------------------
|
||||
Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
|
||||
for details. All rights reserved.
|
||||
@ -4747,7 +4749,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
|
||||
This Source Code Form is "Incompatible With Secondary Licenses", as
|
||||
defined by the Mozilla Public License, v. 2.0.
|
||||
|
||||
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/947c8c487e287f7f68a32feb066e36da7abb0ae3
|
||||
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/21b9ee6f0a52735c5abf57c2e821b796c8c0179a
|
||||
/third_party/fallback_root_certificates/
|
||||
|
||||
====================================================================================================
|
||||
|
||||
@ -31704,7 +31704,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
|
||||
This Source Code Form is "Incompatible With Secondary Licenses", as
|
||||
defined by the Mozilla Public License, v. 2.0.
|
||||
|
||||
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/947c8c487e287f7f68a32feb066e36da7abb0ae3
|
||||
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/21b9ee6f0a52735c5abf57c2e821b796c8c0179a
|
||||
/third_party/fallback_root_certificates/
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user