- May 14, 2015
-
-
nweiz@google.com authored
This also converts pub to a more package-like layout, which will help in the eventual exposing of pub internals as a library. Since pub's sources are now in lib/src, this also makes them importable from the tests and entrypoint using "package:" imports. BUG=6619 Review URL: https://codereview.chromium.org//14297021 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@21907 260f80e4-7a28-3924-810f-c04153c831b5
-
- Apr 19, 2013
-
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=9027 Review URL: https://codereview.chromium.org//14241005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@21777 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG= Review URL: https://codereview.chromium.org//14247026 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@21773 260f80e4-7a28-3924-810f-c04153c831b5
-
- Apr 18, 2013
-
-
nweiz@google.com authored
Review URL: https://codereview.chromium.org//13817008 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@21701 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
Review URL: https://codereview.chromium.org//13933030 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@21700 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
This also makes it a little more intelligent about which errors it prints what information for. BUG=9921 Review URL: https://codereview.chromium.org//14253005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@21698 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=9260 Review URL: https://codereview.chromium.org//14232023 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@21690 260f80e4-7a28-3924-810f-c04153c831b5
-
- Apr 17, 2013
-
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=9216 Review URL: https://codereview.chromium.org//14298006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@21659 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
Review URL: https://codereview.chromium.org//14249006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@21644 260f80e4-7a28-3924-810f-c04153c831b5
-
- Apr 16, 2013
-
-
rnystrom@google.com authored
Review URL: https://codereview.chromium.org//14308004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@21572 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
Review URL: https://codereview.chromium.org//13095015 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@21563 260f80e4-7a28-3924-810f-c04153c831b5
-
- Apr 15, 2013
-
-
nweiz@google.com authored
Review URL: https://codereview.chromium.org//14187003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@21529 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
Review URL: https://codereview.chromium.org//14266003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@21525 260f80e4-7a28-3924-810f-c04153c831b5
-
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//14110012 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@21515 260f80e4-7a28-3924-810f-c04153c831b5
-
floitsch@google.com authored
Review URL: https://codereview.chromium.org//14263019 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@21501 260f80e4-7a28-3924-810f-c04153c831b5
-
floitsch@google.com authored
Review URL: https://codereview.chromium.org//14136004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@21499 260f80e4-7a28-3924-810f-c04153c831b5
-
floitsch@google.com authored
Review URL: https://codereview.chromium.org//14251006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@21498 260f80e4-7a28-3924-810f-c04153c831b5
-
floitsch@google.com authored
Review URL: https://codereview.chromium.org//14251013 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@21469 260f80e4-7a28-3924-810f-c04153c831b5
-
ajohnsen@google.com authored
Rename RandomAccessFile.readList and RandomAccessFile.writeList to RandomAccessFile.readInto and RandomAccessFile.writeFrom. BUG= Review URL: https://codereview.chromium.org//14018007 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@21466 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
-
ajohnsen@google.com authored
This fixes the issue with pub I found. Added TODO in pub, as stdout/stderr doesn't really need wrapping anymore. BUG= Review URL: https://codereview.chromium.org//14261003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@21431 260f80e4-7a28-3924-810f-c04153c831b5
-
ajohnsen@google.com authored
BUG= Review URL: https://codereview.chromium.org//14259002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@21420 260f80e4-7a28-3924-810f-c04153c831b5
-
ajohnsen@google.com authored
Remove .writeStream, .consume and rewrite IOSink to correctly implement a (sane) well-defined behaviour of the .done future. BUG= Review URL: https://codereview.chromium.org//14028017 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@21416 260f80e4-7a28-3924-810f-c04153c831b5
-
- Apr 13, 2013
-
-
floitsch@google.com authored
Review URL: https://codereview.chromium.org//14111004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@21406 260f80e4-7a28-3924-810f-c04153c831b5
-
- Apr 12, 2013
-
-
ajohnsen@google.com authored
BUG= Review URL: https://codereview.chromium.org//14173003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@21338 260f80e4-7a28-3924-810f-c04153c831b5
-
floitsch@google.com authored
Review URL: https://codereview.chromium.org//14103010 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@21337 260f80e4-7a28-3924-810f-c04153c831b5
-
- Apr 11, 2013
-
-
ajohnsen@google.com authored
With this change 'writeBytes' was renamed to 'add'. BUG= Review URL: https://codereview.chromium.org//14150002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@21275 260f80e4-7a28-3924-810f-c04153c831b5
-
lrn@google.com authored
Removed min/max and uses of min/max. Review URL: https://codereview.chromium.org//14071002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@21258 260f80e4-7a28-3924-810f-c04153c831b5
-
ricow@google.com authored
Filed http://dartbug.com/9839 Review URL: https://codereview.chromium.org//14152003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@21255 260f80e4-7a28-3924-810f-c04153c831b5
-
- Apr 10, 2013
-
-
nweiz@google.com authored
Review URL: https://codereview.chromium.org//14106004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@21238 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=http://dartbug.com/9697 Review URL: https://codereview.chromium.org//13839023 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@21237 260f80e4-7a28-3924-810f-c04153c831b5
-
- Apr 08, 2013
-
-
ajohnsen@google.com authored
BUG= Review URL: https://codereview.chromium.org//13771010 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@21060 260f80e4-7a28-3924-810f-c04153c831b5
-
- Apr 05, 2013
-
-
kevmoo@j832.com authored
All tests are now registered before the test system starts. Review URL: https://codereview.chromium.org//13694002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@21005 260f80e4-7a28-3924-810f-c04153c831b5
-
floitsch@google.com authored
Review URL: https://codereview.chromium.org//13598017 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@20987 260f80e4-7a28-3924-810f-c04153c831b5
-
floitsch@google.com authored
For now this is just a copy. In a next step we will change the behavior of `reduce`. BUG= http://dartbug.com/9536 Review URL: https://codereview.chromium.org//13548002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@20978 260f80e4-7a28-3924-810f-c04153c831b5
-
sgjesse@google.com authored
This reapplies r20952, r20953, r20954 together with hiding sleep from dart:io in a number of tests. R=ager@google.com Review URL: https://codereview.chromium.org//13704003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@20964 260f80e4-7a28-3924-810f-c04153c831b5
-
- Apr 02, 2013
-
-
nweiz@google.com authored
Review URL: https://codereview.chromium.org//13472016 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@20827 260f80e4-7a28-3924-810f-c04153c831b5
-
- Apr 01, 2013
-
-
nweiz@google.com authored
BUG=9231 Review URL: https://codereview.chromium.org//13375022 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@20758 260f80e4-7a28-3924-810f-c04153c831b5
-
- Mar 30, 2013
-
-
nweiz@google.com authored
Review URL: https://codereview.chromium.org//13370003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@20709 260f80e4-7a28-3924-810f-c04153c831b5
-