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

Commit 2e32acf

Browse files
authored
Roll dart to 3.4.0-79.0.dev (#50100)
Changes since last roll ``` 58665e3dee4 Version 3.4.0-79.0.dev 6b0b4d425b0 Macro. Keep FileState for macro file, refresh if its content changes. f4c3572c18a [deps] Rev `native` packages. f4dae883559 [co19] Roll co19 to af2ac968c0ca28b7dd94325b00a3acf569f6e858 e2aac0b8e86 [web docs] add package:web to the main sdk docs - api.dart.dev 3d4a39e9c24 Revert "Revert two CLs that remove WithoutNullSafetyMixin usages." 20a27fee111 Fix for data driven rename when class is used in as expression ecb5fc2228a [dart2wasm] Improve dispatch table packing from 49% to 99% cdad90dfb81 [frontend_server] frontend_server_flutter_suite ``` Requires manual roll due to ffi package move as part of `f4c3572c18a`.
1 parent a65a1b5 commit 2e32acf

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

DEPS

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ vars = {
6464
# Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS
6565
# You can use //tools/dart/create_updated_flutter_deps.py to produce
6666
# updated revision list of existing dependencies.
67-
'dart_revision': '7337995bc851fb970ed98d92d59efe04ddb21ef3',
67+
'dart_revision': '58665e3dee428e802247b9200ac35977b126ea46',
6868

6969
# WARNING: DO NOT EDIT MANUALLY
7070
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
@@ -380,10 +380,7 @@ deps = {
380380
Var('dart_git') + '/dart_style.git@8b1f24a8475a0116757172cd9acca4acbf87d973',
381381

382382
'src/third_party/dart/third_party/pkg/dartdoc':
383-
Var('dart_git') + '/dartdoc.git@49d48d7749f48e2d9930ffda5bcde1e692ffce31',
384-
385-
'src/third_party/dart/third_party/pkg/ffi':
386-
Var('dart_git') + '/ffi.git@c926657618443ff4821411ede01684096b503f84',
383+
Var('dart_git') + '/dartdoc.git@0f13e6443595f8e49cc86d783210d78c93d3502e',
387384

388385
'src/third_party/dart/third_party/pkg/file':
389386
Var('dart_git') + '/external/github.com/google/file.dart@cd3a9324f6483f313ba1f0f3ff382ea4e6982ef2',
@@ -431,7 +428,7 @@ deps = {
431428
Var('dart_git') + '/mockito.git@e15e00086ed20f3175b2e677fd11611be4fa8e8e',
432429

433430
'src/third_party/dart/third_party/pkg/native':
434-
Var('dart_git') + '/native.git@153811080d9020c894c4e820053d2ede79ca9012',
431+
Var('dart_git') + '/native.git@40382efb9c7a0774d2764238fc1802e562e9cbaf',
435432

436433
'src/third_party/dart/third_party/pkg/package_config':
437434
Var('dart_git') + '/package_config.git@33dd24659147bd7ed2fa87aeacc52d199be766b4',
@@ -515,7 +512,7 @@ deps = {
515512
Var('dart_git') + '/yaml_edit.git' + '@' + Var('dart_yaml_edit_rev'),
516513

517514
'src/third_party/dart/tools/sdks/dart-sdk':
518-
{'dep_type': 'cipd', 'packages': [{'package': 'dart/dart-sdk/${{platform}}', 'version': 'version:3.2.4'}]},
515+
{'dep_type': 'cipd', 'packages': [{'package': 'dart/dart-sdk/${{platform}}', 'version': 'version:3.3.0-279.1.beta'}]},
519516

520517
# WARNING: end of dart dependencies list that is cleaned up automatically - see create_updated_flutter_deps.py.
521518

ci/licenses_golden/licenses_dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 4a0cec27d75552f9a5e615ce50242cae
1+
Signature: a389a168829850ba67807d2f3d1ee841
22

33
====================================================================================================
44
LIBRARY: dart
@@ -4705,7 +4705,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
47054705
This Source Code Form is "Incompatible With Secondary Licenses", as
47064706
defined by the Mozilla Public License, v. 2.0.
47074707

4708-
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/00784f1f22b5c381cfea8d1025f711527a5b50bc
4708+
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/58665e3dee428e802247b9200ac35977b126ea46
47094709
/third_party/fallback_root_certificates/
47104710

47114711
====================================================================================================

testing/dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependency_overrides:
4040
file:
4141
path: ../../../third_party/dart/third_party/pkg/file/packages/file
4242
ffi:
43-
path: ../../../third_party/dart/third_party/pkg/ffi
43+
path: ../../../third_party/dart/third_party/pkg/native/pkgs/ffi
4444
fixnum:
4545
path: ../../../third_party/dart/third_party/pkg/fixnum
4646
litetest:

0 commit comments

Comments
 (0)