- May 14, 2015
-
-
nweiz@google.com authored
R=rnystrom@google.com BUG=17172 Review URL: https://codereview.chromium.org//686323002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@41538 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=18539 R=nweiz@google.com Review URL: https://codereview.chromium.org//566093003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@40471 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=10582 R=nweiz@google.com Review URL: https://codereview.chromium.org//344493003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@37464 260f80e4-7a28-3924-810f-c04153c831b5
-
http://dartbug.com/15810rnystrom@google.com authored
BUG=http://dartbug.com/15810 R=nweiz@google.com, rnystrom@google.com Review URL: https://codereview.chromium.org//122533002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@31572 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
- Parse them in pubspec. - Pass them to solver. - Warn when they are used. - Error on publish. BUG=https://code.google.com/p/dart/issues/detail?id=8566 R=nweiz@google.com Review URL: https://codereview.chromium.org//74013007 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@30376 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=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
-
- Feb 15, 2013
-
-
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 01, 2013
-
-
nweiz@google.com authored
BUG=7045 Review URL: https://codereview.chromium.org//12094093 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@17961 260f80e4-7a28-3924-810f-c04153c831b5
-
- Jan 31, 2013
-
-
nweiz@google.com authored
BUG=7045 Review URL: https://codereview.chromium.org//12090081 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@17948 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
BUG=7045 Review URL: https://codereview.chromium.org//12089076 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@17943 260f80e4-7a28-3924-810f-c04153c831b5
-
lrn@google.com authored
This reverts commit r17907. TBR. Review URL: https://codereview.chromium.org//12090093 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@17918 260f80e4-7a28-3924-810f-c04153c831b5
-
floitsch@google.com authored
This reverts commit 17899. Review URL: https://codereview.chromium.org//12087103 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@17907 260f80e4-7a28-3924-810f-c04153c831b5
-
lrn@google.com authored
Retain a deprecated mappedBy for now. Change return type of mappedBy, skip and take on List to Iterable. BUG= http://dartbug.com/8063 BUG= http://dartbug.com/8064 BUG= http://dartbug.com/6739 BUG= http://dartbug.com/7982 Review URL: https://codereview.chromium.org//12086062 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@17899 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
-
- Jan 11, 2013
-
-
lrn@google.com authored
Optimize Future.forEach, Future.delay. Review URL: https://codereview.chromium.org//11865005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@16954 260f80e4-7a28-3924-810f-c04153c831b5
-
- Jan 09, 2013
-
-
nweiz@google.com authored
Review URL: https://codereview.chromium.org//11830017 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@16888 260f80e4-7a28-3924-810f-c04153c831b5
-
- Jan 07, 2013
-
-
rnystrom@google.com authored
Pub is still all kinds of broken with this, but it's slightly less broken. Some tests pass, and at least the code *parses* after this. Review URL: https://codereview.chromium.org//11785028 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@16763 260f80e4-7a28-3924-810f-c04153c831b5
-
floitsch@google.com authored
Review URL: https://codereview.chromium.org//11783009 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@16687 260f80e4-7a28-3924-810f-c04153c831b5
-
- Jan 04, 2013
-
-
nweiz@google.com authored
BUG=7045 Review URL: https://codereview.chromium.org//11741026 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@16621 260f80e4-7a28-3924-810f-c04153c831b5
-
- Dec 21, 2012
-
-
nweiz@google.com authored
BUG=7045 Review URL: https://codereview.chromium.org//11635060 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@16415 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
-
nweiz@google.com authored
BUG=7045 Review URL: https://codereview.chromium.org//11543006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@16010 260f80e4-7a28-3924-810f-c04153c831b5
-
- Dec 08, 2012
-
-
nweiz@google.com authored
BUG=7045 Review URL: https://codereview.chromium.org//11474047 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@15879 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
Review URL: https://codereview.chromium.org//11464032 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@15876 260f80e4-7a28-3924-810f-c04153c831b5
-
- Dec 07, 2012
-
-
nweiz@google.com authored
BUG=7045 Review URL: https://codereview.chromium.org//11444018 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@15857 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
This reverts commit 60468a1a0854389bb3f460cf2368f22013f1af31. BUG= Review URL: https://codereview.chromium.org//11472016 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@15830 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
We'll have to tune which things we log over time, but this covers most IO operations which is where almost all of our problems come from. This patch also means that going forward you should no longer call print() or printError() (which is gone) directly. Instead: print() -> log.message() printError() -> log.error() That ensures all messages will correctly get added to the log's transcript. Review URL: https://codereview.chromium.org//11437019 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@15827 260f80e4-7a28-3924-810f-c04153c831b5
-
- Dec 06, 2012
-
-
nweiz@google.com authored
This also adds a simple validator. BUG=7045 Review URL: https://codereview.chromium.org//11434118 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@15765 260f80e4-7a28-3924-810f-c04153c831b5
-