Skip to content

Commit 699f7bc

Browse files
nex3commit-bot@chromium.org
authored andcommitted
Bring in the latest pub
Closes #32030 Bug: 32030 Change-Id: I349bfff94ebd2700f9950ed151da08c0becc9500 Reviewed-on: https://dart-review.googlesource.com/44022 Reviewed-by: Kevin Moore <[email protected]> Commit-Queue: Natalie Weizenbaum <[email protected]>
1 parent b384756 commit 699f7bc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,15 +274,22 @@ the `PUB_ALLOW_PRERELEASE_SDK` environment variable to `false`.
274274
* Pub will now automatically retry HTTP requests that fail with a 502, 503, of
275275
504 error code ([issue 1556][pub#1556]).
276276

277+
* Pub now caches compiled packages and snapshots in the `.dart_tool/pub`
278+
directory, rather than the `.pub` directory ([issue 1795][pub#1795]).
279+
277280
* Emit exit code 66 when a path dependency doesn't exist ([issue 1747][pub#1747]).
278281

279282
* `pub publish` throws a more explicit error if the `publish_to` field isn't an
280283
absolute URL ([issue 1769][pub#1769]).
281284

285+
* `pub publish` provides more detailed information if the package is too large
286+
to upload.
287+
282288
[pub#1556]: https://github.com/dart-lang/pub/issues/1556
283289
[pub#1747]: https://github.com/dart-lang/pub/issues/1747
284290
[pub#1769]: https://github.com/dart-lang/pub/issues/1769
285291
[pub#1775]: https://github.com/dart-lang/pub/issues/1775
292+
[pub#1795]: https://github.com/dart-lang/pub/issues/1795
286293

287294
##### Bug Fixes
288295

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ vars = {
115115
"ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93",
116116
"pool_tag": "@1.3.4",
117117
"protobuf_tag": "@0.7.0",
118-
"pub_rev": "@64c5f40adf6828da1b63320dd39bcedbef1354c6",
118+
"pub_rev": "@73ff0d3d9f80f60d41e3135ac44597d011abb4f3",
119119
"pub_semver_tag": "@1.3.2",
120120
"quiver_tag": "@0.28.0",
121121
"resource_rev":"@af5a5bf65511943398146cf146e466e5f0b95cb9",

0 commit comments

Comments
 (0)