1
0
mirror of https://github.com/dart-lang/sdk synced 2024-07-03 00:08:46 +00:00

Bring in the latest pub

Closes #32030

Bug: 32030
Change-Id: I349bfff94ebd2700f9950ed151da08c0becc9500
Reviewed-on: https://dart-review.googlesource.com/44022
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Natalie Weizenbaum <nweiz@google.com>
This commit is contained in:
Natalie Weizenbaum 2018-02-27 23:49:46 +00:00 committed by commit-bot@chromium.org
parent b3847560e4
commit 699f7bc1b1
2 changed files with 8 additions and 1 deletions

View File

@ -274,15 +274,22 @@ the `PUB_ALLOW_PRERELEASE_SDK` environment variable to `false`.
* Pub will now automatically retry HTTP requests that fail with a 502, 503, of
504 error code ([issue 1556][pub#1556]).
* Pub now caches compiled packages and snapshots in the `.dart_tool/pub`
directory, rather than the `.pub` directory ([issue 1795][pub#1795]).
* Emit exit code 66 when a path dependency doesn't exist ([issue 1747][pub#1747]).
* `pub publish` throws a more explicit error if the `publish_to` field isn't an
absolute URL ([issue 1769][pub#1769]).
* `pub publish` provides more detailed information if the package is too large
to upload.
[pub#1556]: https://github.com/dart-lang/pub/issues/1556
[pub#1747]: https://github.com/dart-lang/pub/issues/1747
[pub#1769]: https://github.com/dart-lang/pub/issues/1769
[pub#1775]: https://github.com/dart-lang/pub/issues/1775
[pub#1795]: https://github.com/dart-lang/pub/issues/1795
##### Bug Fixes

2
DEPS
View File

@ -115,7 +115,7 @@ vars = {
"ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93",
"pool_tag": "@1.3.4",
"protobuf_tag": "@0.7.0",
"pub_rev": "@64c5f40adf6828da1b63320dd39bcedbef1354c6",
"pub_rev": "@73ff0d3d9f80f60d41e3135ac44597d011abb4f3",
"pub_semver_tag": "@1.3.2",
"quiver_tag": "@0.28.0",
"resource_rev":"@af5a5bf65511943398146cf146e466e5f0b95cb9",