- Mar 15, 2017
-
-
Jacob MacDonald authored
-
- Jan 13, 2016
-
-
Natalie Weizenbaum authored
R=rnystrom@google.com Review URL: https://codereview.chromium.org//1585513002 .
-
- May 21, 2015
-
-
Natalie Weizenbaum authored
R=rnystrom@google.com Review URL: https://codereview.chromium.org//1145973003
-
- May 14, 2015
-
-
nweiz@google.com authored
R=rnystrom@google.com Review URL: https://codereview.chromium.org//805393002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@42885 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
These exceptions are almost always caused by a legitimate user error (e.g. a nonexistent repository), and as such shouldn't be reported as an unexpected error with the suggestion to use "pub --trace". R=rnystrom@google.com BUG=20278 Review URL: https://codereview.chromium.org//425363003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@38750 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
I also cleaned up a bunch of unused imports. BUG=https://code.google.com/p/dart/issues/detail?id=20067 R=nweiz@google.com Review URL: https://codereview.chromium.org//391363004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@38352 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
R=nweiz@google.com Review URL: https://codereview.chromium.org//372123002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@38102 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
R=sigmund@google.com Review URL: https://codereview.chromium.org//364973002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@37968 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=18538 R=nweiz@google.com Review URL: https://codereview.chromium.org//354763006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@37963 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
Previously, pub would exit immediately after the first load error was reported. Now it will wait to see if any other transformers have errors and report those as well. R=rnystrom@google.com BUG=14552 Review URL: https://codereview.chromium.org//354053002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@37770 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com Review URL: https://codereview.chromium.org//352263002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@37715 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
-