- Dec 18, 2017
-
-
Kevin Moore authored
Closes https://github.com/dart-lang/pub/issues/1556
-
Kevin Moore authored
https://github.com/dart-lang/sdk/issues/31384 was fixed in https://github.com/dart-lang/sdk/commit/0a6253312f Available in Dart 2.0.0-dev.12.0
-
Kevin Moore authored
-
- Dec 15, 2017
-
-
Natalie Weizenbaum authored
* Retry HTTP requests that are temporarily failing Closes #1556
-
- Dec 06, 2017
-
-
Natalie Weizenbaum authored
This will allow users to play with package features locally without putting them into the package ecosystem.
-
Natalie Weizenbaum authored
We weren't resolving these paths relative to the lockfile location, which caused "pub global run" to fail for some path packages. Closes #1751
-
- Dec 05, 2017
-
-
Kevin Moore authored
No plan to ever publish this package
-
- Nov 28, 2017
-
-
Natalie Weizenbaum authored
Emit exit code 66 for missing path dependencies Closes #1747
-
- Nov 16, 2017
-
-
Natalie Weizenbaum authored
We were passing an Iterable in place of a List, but an implicit cast was hiding it from analysis and it worked in practice in unchecked mode.
-
Natalie Weizenbaum authored
-
- Oct 24, 2017
-
-
Natalie Weizenbaum authored
Closes #1729
-
- Oct 20, 2017
-
-
Kevin Moore authored
-
Kevin Moore authored
-
- Oct 17, 2017
-
-
Natalie Weizenbaum authored
Indicate the source of a dependency in the lockfile Closes #1721
-
Natalie Weizenbaum authored
Closes #1679
-
Natalie Weizenbaum authored
See #1723
-
- Oct 16, 2017
-
-
Natalie Weizenbaum authored
Closes #1719
-
- Sep 21, 2017
-
-
Jacob MacDonald authored
-
Natalie Weizenbaum authored
-
Natalie Weizenbaum authored
This reverts commit 43336bdd. We're ready to release this feature.
-
- Sep 15, 2017
-
-
Jacob MacDonald authored
-
Jacob MacDonald authored
-
- Sep 14, 2017
-
-
Jacob MacDonald authored
Also introduces the PUB_ALLOW_PRERELEASE_SDK environment variable which can override this behavior. Valid values are `true` (default), `false`, and `quiet` (true but no log message about the override). Fixes https://github.com/dart-lang/pub/issues/1692
-
- Sep 13, 2017
-
-
Jacob MacDonald authored
-
- Sep 12, 2017
-
-
Vijay Menon authored
R=jakemac@google.com Review-Url: https://codereview.chromium.org//3012983003 .
-
- Sep 07, 2017
-
-
Jacob MacDonald authored
This only applies to package dependencies, not the root package. This is to make it so the sdk constraint doesn't become a required field for all pubspecs in 2.x sdks. A future update will make it so publishing a package requires an upper bound sdk constraint.
-
Kevin Moore authored
-
- Sep 05, 2017
-
-
Jacob MacDonald authored
-
- Sep 01, 2017
-
-
Jacob MacDonald authored
* added overridable field 'featuresEnabled' for testing as well
-
- Aug 31, 2017
-
-
Jacob MacDonald authored
Fixes https://github.com/dart-lang/sdk/issues/30246
-
- Aug 21, 2017
-
-
Jacob MacDonald authored
-
Jacob MacDonald authored
As of https://github.com/dart-lang/sdk/commit/5b29ae48adcadc6f5f98c6ee937d4bb7c8414c83 the analyzer_cli no longer records summary deps, so the summary test started failing. Fixes https://github.com/dart-lang/pub/issues/1687
-
- Aug 18, 2017
-
-
Jacob MacDonald authored
fixes https://github.com/dart-lang/pub/issues/1684
-
- Aug 14, 2017
-
-
Jacob MacDonald authored
Add "pub run --list" command to show all available executables #2
-
- Aug 11, 2017
-
-
Alex Khomchenko authored
* removed "run --list" command * buffer is used to output executables * tests were adapted to verify --dev/--no-dev flag
-
- Aug 02, 2017
-
-
Alex Khomchenko authored
-
- Jul 19, 2017
-
-
Kevin Moore authored
This reverts commit 3e4890f1. Does not fix https://github.com/dart-lang/pub/issues/1666 Tracking internally here http://b/63855519
-
-
Kevin Moore authored
* Fix deprecated uses from cli_util * Move analysis_options to the correct name
-
- Jul 18, 2017
-
-
Kevin Moore authored
-