- May 14, 2015
-
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=16909 RELNOTE=Add a "pub deps" command to show package dependencies. R=nweiz@google.com Review URL: https://codereview.chromium.org//217343004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@34662 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com BUG= Review URL: https://codereview.chromium.org//23924006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@27355 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
-
nweiz@google.com authored
BUG=6006 R=amouravski@google.com Review URL: https://codereview.chromium.org//14914007 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@22656 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 08, 2013
-
-
floitsch@google.com authored
Review URL: https://codereview.chromium.org//12473003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@19690 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
-
- Dec 19, 2012
-
-
rnystrom@google.com authored
Review URL: https://codereview.chromium.org//11647003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@16297 260f80e4-7a28-3924-810f-c04153c831b5
-
- Dec 13, 2012
-
-
nweiz@google.com authored
* Don't collapse the root directory of a directory tree, since this is usually going to be a very heterogeneous set of files and directories. * Indent "(N more...)" two fewer spaces. This makes it clearer at what level things are collapsed when it comes immediately after a directory. E.g. |-- dir | '-- file | (6 more...) |-- other-dir vs |-- dir | '-- file | (6 more...) |-- other-dir Review URL: https://codereview.chromium.org//11442068 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@16085 260f80e4-7a28-3924-810f-c04153c831b5
-
- Dec 12, 2012
-
-
rnystrom@google.com authored
- Show the contents of their package. - Let the confirm the upload even if there are no warnings. - Make the error/warning text less scary. - Validate that the pubspec has a version client-side. Addresses #7175 and #7219. Review URL: https://codereview.chromium.org//11557008 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@16068 260f80e4-7a28-3924-810f-c04153c831b5
-