Skip to content

Commit 4f662e8

Browse files
sigurdmCommit Queue
authored andcommitted
CP [stable] Bump pub to 9d1025414395db2dac9d590d2e567c27064783d2
Changes: ``` > git log --format="%C(auto) %h %s" ed20b45..9d10254 https://dart.googlesource.com/pub.git/+/9d102541 Fix flutter version update on fast path (4272) ``` Diff: https://dart.googlesource.com/pub.git/+/ed20b45589766d6fd135e93460b9e8255ccba519..9d1025414395db2dac9d590d2e567c27064783d2/ Change-Id: I57202cc00adc2c11cda05e9ad9c5b97af9c46deb Cherry-pick: https://dart-review.googlesource.com/c/sdk/+/367024 Cherry-pick-request: #55758 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/367060 Reviewed-by: Jonas Jensen <[email protected]> Commit-Queue: Sigurd Meldgaard <[email protected]>
1 parent 3ce1c7c commit 4f662e8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ This is a patch release that
55
- Fixes a bug in CFE which an manifest in compilation errors of flutter web app
66
when compiled with dart2wasm.
77

8+
- Fixes a bug in the pub client, such that `dart run` will not interfere with
9+
Flutter l10n (at least for most cases). (build_runner issue [#3705])
10+
11+
[#3705]: https://github.com/dart-lang/build/issues/3705
12+
813
## 3.4.0
914

1015
### Language

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ vars = {
169169
"path_rev": "a7b696071bd83d3ee0a0f1b57ac94d6b1f05cac4",
170170
"pool_rev": "c118f69d8a6441a8453bf7d455fd7c79d3ee1497",
171171
"protobuf_rev": "b7613581d847e1e36e76f0e36db3a412d8fea5b1",
172-
"pub_rev": "ed20b45589766d6fd135e93460b9e8255ccba519", # disable tools/rev_sdk_deps.dart
172+
"pub_rev": "9d1025414395db2dac9d590d2e567c27064783d2", # disable tools/rev_sdk_deps.dart
173173
"pub_semver_rev": "3175ba0a58a96fb23f8d68b5f5c44d1a5b30cc16",
174174
"shelf_rev": "1acbc673326e5b31280184744f2864a8f92c5b46",
175175
"source_map_stack_trace_rev": "c75649651d01826236e3ab7093d277a70756905a",

0 commit comments

Comments
 (0)