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

Update pub.

R=rnystrom@google.com

Review URL: https://codereview.chromium.org//1233243002 .
This commit is contained in:
Natalie Weizenbaum 2015-07-14 13:19:30 -07:00
parent e4684c7627
commit b47940fb82
2 changed files with 29 additions and 14 deletions

View File

@ -19,24 +19,39 @@
* Pub
* Pub will now generate a ".packages" file in addition to the "packages"
directory when running `pub get` or similar operations, per the
[package spec proposal][]. Pub now has a `--no-package-symlinks` flag that
will stop "packages" directories from being generated at all.
* When `pub publish` finds a violation, it will emit a non-zero exit code.
* `pub run` starts up faster for executables that don't import transformed
code.
* An issue where HTTP requests were sometimes made even though `--offline` was
passed to `pub get` or `pub upgrade` has been fixed.
* `pub get` and `pub upgrade`
* A bug with `--offline` that caused an unhelpful error message has been
fixed.
* Pub will now generate a ".packages" file in addition to the "packages"
directory when running `pub get` or similar operations, per the
[package spec proposal][]. Pub now has a `--no-package-symlinks` flag that
will stop "packages" directories from being generated at all.
* A crashing bug involving transformers that only apply to non-public code has
been fixed.
* An issue where HTTP requests were sometimes made even though `--offline`
was passed has been fixed.
* A bug with `--offline` that caused an unhelpful error message has been
fixed.
* Pub will no longer time out when a package takes a long time to download.
* `pub publish`
* Pub will emit a non-zero exit code when it finds a violation while
publishing.
* `.gitignore` files will be respected even if the package isn't at the top
level of the Git repository.
* Barback integration
* A crashing bug involving transformers that only apply to non-public code
has been fixed.
* A stack overflow caused by a transformer being run multiple times on the
package that defines it has been fixed.
[package spec proposal]: https://github.com/lrhn/dep-pkgspec

2
DEPS
View File

@ -84,7 +84,7 @@ vars = {
"ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93",
"plugin_tag": "@0.1.0",
"pool_rev": "@e454b4b54d2987e8d2f0fbd3ac519641ada9bd0f",
"pub_rev": "@072c5d85f4741bd4eede3eb8d309669b887e3c54",
"pub_rev": "@b1ca2b72b1b23bf5a0bf16bf816d684cc809b3a2",
"pub_cache_tag": "@v0.0.1+2",
"pub_semver_tag": "@1.2.1",
"quiver_tag": "@0.21.4",