- May 14, 2015
-
-
nweiz@google.com authored
R=rnystrom@google.com BUG=20947 Review URL: https://codereview.chromium.org//831983005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@42936 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
Previously, the binaries were only updated if the version number had changed. Now they're updated if just the commit changes. This also improves the output of "pub upgrade" if a git dependency changes its commit but not its version number. R=rnystrom@google.com BUG=21971 Review URL: https://codereview.chromium.org//844263004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@42883 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
This also makes "pub cache repair" repair activated packages, including updating the binstub format. R=rnystrom@google.com BUG=21463 Review URL: https://codereview.chromium.org//745153002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@42055 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com Review URL: https://codereview.chromium.org//581283003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@40559 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=19902 R=nweiz@google.com Review URL: https://codereview.chromium.org//448933002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@39279 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
This change does three things: * Splits out a WrappedException class from ApplicationException. * Uses fail() pervasively rather than new ApplicationException() everywhere. * Moves exception classes from utils.dart to exceptions.dart. R=rnystrom@google.com Review URL: https://codereview.chromium.org//354663008 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@37713 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
This is prep work for global packages, which need to ensure their dependencies are local, but do not want to create symlinks for them. R=nweiz@google.com Review URL: https://codereview.chromium.org//357483004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@37672 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com Review URL: https://codereview.chromium.org//341643002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@37425 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com BUG=19067 Review URL: https://codereview.chromium.org//308793016 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@36910 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
R=nweiz@google.com Review URL: https://codereview.chromium.org//243683002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@35344 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=5391 RELNOTE=Add "pub cache repair" command to re-install cached packages. R=nweiz@google.com Review URL: https://codereview.chromium.org//228703006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@35111 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
When looking into issue 17854, I noticed that when installing without a locked git revision, "pub get" was running "git fetch" over and over again on the same repository. This avoids doing so and increases the speed of "pub get" with git repositories considerably. R=rnystrom@google.com Review URL: https://codereview.chromium.org//221733002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@34671 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com BUG= Review URL: https://codereview.chromium.org//221713003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@34630 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com BUG=17854 RELNOTE=Don't fetch git repository unnecessarily when running "pub get". Review URL: https://codereview.chromium.org//221383002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@34626 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
Previously, if a git dependency's version was locked but its repo wasn't available locally, attempting to download it would crash pub. This also enhances some logging infrastructure around git and other processes. R=alanknight@google.com BUG=16470 Review URL: https://codereview.chromium.org//145633008 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@32264 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=12211 R=nweiz@google.com Review URL: https://codereview.chromium.org//114193010 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@31249 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
Specifically, when run with "--trace" or "--verbose", pub will capture its stack chains and report them along with errors. Otherwise it should behave identically to before. R=rnystrom@google.com BUG=8842 Review URL: https://codereview.chromium.org//113453005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@31176 260f80e4-7a28-3924-810f-c04153c831b5
-
lrn@google.com authored
R=floitsch@google.com, nweiz@google.com, rnystrom@google.com Review URL: https://codereview.chromium.org//94843002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@30809 260f80e4-7a28-3924-810f-c04153c831b5
-
lrn@google.com authored
Review URL: https://codereview.chromium.org//94593002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@30758 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG= R=nweiz@google.com Review URL: https://codereview.chromium.org//89493002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@30682 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=7351 R=nweiz@google.com Review URL: https://codereview.chromium.org//26284002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@28330 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG= R=nweiz@google.com Review URL: https://codereview.chromium.org//22941002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@26040 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
R=ajohnsen@google.com Review URL: https://codereview.chromium.org//18356011 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@24964 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
R=nweiz@google.com Review URL: https://codereview.chromium.org//18143002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@24555 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=10190 R=nweiz@google.com Review URL: https://codereview.chromium.org//15347004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@22913 260f80e4-7a28-3924-810f-c04153c831b5
-
- Apr 15, 2013
-
-
floitsch@google.com authored
BUG= Review URL: https://codereview.chromium.org//14070010 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@21517 260f80e4-7a28-3924-810f-c04153c831b5
-
floitsch@google.com authored
Review URL: https://codereview.chromium.org//13956006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@21464 260f80e4-7a28-3924-810f-c04153c831b5
-
- Mar 30, 2013
-
-
nweiz@google.com authored
Review URL: https://codereview.chromium.org//13196007 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@20703 260f80e4-7a28-3924-810f-c04153c831b5
-
- Mar 28, 2013
-
-
nweiz@google.com authored
This also changes the SDK layout by replacing the "pkg" directory, which contained the full source of all the packages needed by pub and dartdoc, with a "packages" directory that contains only their lib directories. This directory is used as the package root for pub and dartdoc when run from the SDK. BUG=6745 Review URL: https://codereview.chromium.org//12782016 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@20640 260f80e4-7a28-3924-810f-c04153c831b5
-
- Mar 13, 2013
-
-
keertip@google.com authored
Review URL: https://codereview.chromium.org//12755024 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@19977 260f80e4-7a28-3924-810f-c04153c831b5
-
- Feb 22, 2013
-
-
nweiz@google.com authored
Review URL: https://codereview.chromium.org//12316056 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18906 260f80e4-7a28-3924-810f-c04153c831b5
-
- Feb 19, 2013
-
-
rnystrom@google.com authored
BUG=http://code.google.com/p/dart/issues/detail?id=8527 Review URL: https://codereview.chromium.org//12285010 Review URL: https://codereview.chromium.org//12294039 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18715 260f80e4-7a28-3924-810f-c04153c831b5
-
- Feb 16, 2013
-
-
rnystrom@google.com authored
This reverts commit 0b0da0d44dde213647e7281bf0914c59fc552b27. BUG= Review URL: https://codereview.chromium.org//12280019 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18606 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=http://code.google.com/p/dart/issues/detail?id=8527 Review URL: https://codereview.chromium.org//12285010 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18605 260f80e4-7a28-3924-810f-c04153c831b5
-
- Feb 15, 2013
-
-
rnystrom@google.com authored
Review URL: https://codereview.chromium.org//12253054 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18551 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
Review URL: https://codereview.chromium.org//12262056 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18550 260f80e4-7a28-3924-810f-c04153c831b5
-
- Feb 02, 2013
-
-
rnystrom@google.com authored
Review URL: https://codereview.chromium.org//12171002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18020 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
Review URL: https://codereview.chromium.org//12079112 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18019 260f80e4-7a28-3924-810f-c04153c831b5
-
- Feb 01, 2013
-
-
rnystrom@google.com authored
After running pub install or update, it will look at all of the selected packages and see if their SDK constraints match the current SDK. If not, it will show a (hopefully) helpful error message. BUG=dartbug.com/6285 Review URL: https://codereview.chromium.org//12092080 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@18014 260f80e4-7a28-3924-810f-c04153c831b5
-
- Jan 24, 2013
-
-
rnystrom@google.com authored
Future.then() will now implicitly wrap the callback result in a future if it isn't one, so this manual wrapping can be removed. Also take advantage of the fact that Future.immediate() is always async now and remove some workarounds. Finally, noticed there were two copies of the git-related code floating around so killed the old one. Review URL: https://codereview.chromium.org//12042053 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@17519 260f80e4-7a28-3924-810f-c04153c831b5
-