- Dec 05, 2016
-
-
Natalie Weizenbaum authored
Similarly 98ecbded, this provides better error messages and faster installation times. See #1473 See #1477
-
- Dec 02, 2016
-
-
Natalie Weizenbaum authored
Previously we were always loading an AssetEnvironment when we precompiled any executable. Now we only load that environment if some package dependended on by some executable actually uses a transformer. Otherwise, we precompile from disk. The new approach is substantially faster and produces better error messages. Closes #1473
-
- Dec 01, 2016
-
-
Natalie Weizenbaum authored
-
- Oct 26, 2016
-
-
Natalie Weizenbaum authored
-
- Oct 04, 2016
-
-
Kevin Moore authored
-
Kevin Moore authored
-
Kevin Moore authored
Where /var/ is really /private/var/
-
- Sep 29, 2016
-
-
Natalie Weizenbaum authored
Test package APIs rather than resource APIs. Closes #1446
-
Bob Nystrom authored
The actual change itself is tiny. However, almost all of pub's existing integration tests validated the correct output by looking at the contents of the generated "packages" dirs. :( I fixed most of those to instead validate against the .packages file. I didn't change the Git ones because the .packages files end up containing paths that point to specific Git commits. Getting that working felt like more work than it was worth right now. When we fully remove support for packages directories, we'll want to fix that. Fix #1450. R=nweiz@google.com Review URL: https://codereview.chromium.org//2377063002 .
-
- Sep 28, 2016
-
-
Natalie Weizenbaum authored
Closes #1118 Closes #1448
-
Natalie Weizenbaum authored
-
Sergey Kolchenko authored
Rather than resetting the entire line each time with \r, just erase the time.
-
- Sep 21, 2016
-
-
William Hesse authored
BUG=https://github.com/dart-lang/pub/issues/1446 R=rnystrom@google.com Review URL: https://codereview.chromium.org/2357263002 .
-
- Aug 25, 2016
-
-
Natalie Weizenbaum authored
This allows packages that override only dev dependencies to be published. Closes #1444 R=rnystrom@google.com Review URL: https://codereview.chromium.org//2276143002 .
-
Natalie Weizenbaum authored
When a dependency is overridden, any dependency it has back on the root package is now ignored. This makes it easier for users to develop one portion of a circular dependency. Closes #1443 R=rnystrom@google.com Review URL: https://codereview.chromium.org//2276943003 .
-
- Aug 18, 2016
-
-
Natalie Weizenbaum authored
R=rnystrom@google.com Review URL: https://codereview.chromium.org//2256623003 .
-
- Aug 16, 2016
-
-
Natalie Weizenbaum authored
This replaces the hidden --no-package-symlinks flag. Closes #1340 R=rnystrom@google.com Review URL: https://codereview.chromium.org//2250643003 .
-
- Aug 11, 2016
-
-
Natalie Weizenbaum authored
Fixes #1438 R=rnystrom@google.com Review URL: https://codereview.chromium.org//2233893004 .
-
- Aug 02, 2016
-
-
Natalie Weizenbaum authored
R=rnystrom@google.com Review URL: https://codereview.chromium.org//2199183002 .
-
Natalie Weizenbaum authored
We had started using newer APIs without updating the dependencies accordingly. R=rnystrom@google.com Review URL: https://codereview.chromium.org//2198993003 .
-
- Aug 01, 2016
-
-
Natalie Weizenbaum authored
R=rnystrom@google.com Review URL: https://codereview.chromium.org//2184303002 .
-
- Jul 27, 2016
-
-
Natalie Weizenbaum authored
Closes #1430 R=floitsch@google.com, kevmoo@google.com Review URL: https://codereview.chromium.org//2148413002 .
-
- Jul 25, 2016
-
-
Natalie Weizenbaum authored
Currently Flutter is the only supported SDK. Closes #1431 R=rnystrom@google.com Review URL: https://codereview.chromium.org//2174913002 .
-
- Jul 22, 2016
-
-
Natalie Weizenbaum authored
Packages with Flutter constraints should only be published with SDK constraints that restrict the SDK to versions that support Flutter constraints. Closes #1432 R=rnystrom@google.com Review URL: https://codereview.chromium.org//2172883002 .
-
Natalie Weizenbaum authored
We still need to verify that a Flutter SDK constraint is only used with an appropriate Dart SDK constraint. See #1432 R=rnystrom@google.com Review URL: https://codereview.chromium.org//2165423002 .
-
- Jul 21, 2016
-
-
Natalie Weizenbaum authored
This brings these tests in line with others, making them integration tests that invoke a pub process rather than testing the version solver APIs directly. This will make it easier to add Flutter support in the future (see #1431 and #1432). R=rnystrom@google.com Review URL: https://codereview.chromium.org//2172523002 .
-
- Jul 06, 2016
-
-
Natalie Weizenbaum authored
Change duration formatting in niceDuration
-
- Jun 27, 2016
-
-
Andrew Shulaev authored
-
- Jun 24, 2016
-
-
Andrew Shulaev authored
-
- Jun 23, 2016
-
-
Natalie Weizenbaum authored
This allows PackageName equality to include description equality, and it substantially cleans up other logic dealing with sources. See #912 R=rnystrom@google.com Review URL: https://codereview.chromium.org//2079303003 .
-
- Jun 20, 2016
-
-
Natalie Weizenbaum authored
This splits Source into two classes, Source and LiveSource. The former is completely independent of the system cache directory, and mostly contains source metadata and logic about manipulating descriptions. SourceRegistry now deals strictly in Sources, with LiveSources being handled by SystemCache. This means that classes like Pubspec and LockFile no longer have transitive references to the system cache directory. This will also make it possible to clean up PackageName equality logic by making PackageNames track their concrete Sources rather than just their source names. See #912 R=rnystrom@google.com Review URL: https://codereview.chromium.org//2044253003 .
-
- Jun 06, 2016
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//2046563003 .
-
- Jun 02, 2016
-
-
Natalie Weizenbaum authored
This reverts back to 20ddf7ce. The intermediate commits were meant to go to a development branch.
-
Natalie Weizenbaum authored
-
- Jun 01, 2016
-
-
Natalie Weizenbaum authored
-
Natalie Weizenbaum authored
-
Natalie Weizenbaum authored
-
Natalie Weizenbaum authored
-
Natalie Weizenbaum authored
-
Natalie Weizenbaum authored
-