- Jan 31, 2013
-
-
ricow@google.com authored
Review URL: https://codereview.chromium.org//12086078 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@17885 260f80e4-7a28-3924-810f-c04153c831b5
-
- Jan 30, 2013
-
-
rnystrom@google.com authored
In the presence of setUp() it is possible for stuff to be scheduled by the time integration() is called. Review URL: https://codereview.chromium.org//12090075 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@17870 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
These changes are still breaking the Windows bots, so I'm rolling them back until we figure out what's going on. TBR Review URL: https://codereview.chromium.org//12095050 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@17867 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
Review URL: https://codereview.chromium.org//12086052 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@17861 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
TBR Review URL: https://codereview.chromium.org//12086055 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@17822 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
Review URL: https://codereview.chromium.org//12021008 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@17821 260f80e4-7a28-3924-810f-c04153c831b5
-
- Jan 29, 2013
-
-
sigmund@google.com authored
Review URL: https://codereview.chromium.org//12088056 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@17812 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
Review URL: https://codereview.chromium.org//12087008 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@17740 260f80e4-7a28-3924-810f-c04153c831b5
-
- Jan 26, 2013
-
-
jmesserly@google.com authored
After this I can use tools/publish_pkg.py upload script to fix dartbug.com/4126 Review URL: https://codereview.chromium.org//11622011 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@17685 260f80e4-7a28-3924-810f-c04153c831b5
-
- Jan 25, 2013
-
-
rnystrom@google.com authored
This was a sort of hackish source only used internally during version solving. But it causes a couple of subtle bugs because it never gets registered with the SourceRegistry. That in turn makes toString() fail on any PackageId with that source since it relies on the Source being registered. The simplest fix is to just remove the hacked source and have a null source in PackageId/Ref mean "root" and handle it specially. Review URL: https://codereview.chromium.org//12047096 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@17646 260f80e4-7a28-3924-810f-c04153c831b5
-
- Jan 24, 2013
-
-
lrn@google.com authored
Also make StreamController not a Stream. Review URL: https://codereview.chromium.org//12049013 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@17563 260f80e4-7a28-3924-810f-c04153c831b5
-
floitsch@google.com authored
Review URL: https://codereview.chromium.org//12052038 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@17562 260f80e4-7a28-3924-810f-c04153c831b5
-
floitsch@google.com authored
BUG=http://dartbug.com/1424 Review URL: https://codereview.chromium.org//11770004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@17549 260f80e4-7a28-3924-810f-c04153c831b5
-
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 23, 2013
-
-
rnystrom@google.com authored
This includes pub's own version and the implied version of SDK packages. I also added a little test that verifies that pub can parse the actual version file generated with the SDK. BUG=5906,6173,7837 Review URL: https://codereview.chromium.org//12036065 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@17512 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
These constraints don't currently do anything, but these patch gets them being parsed by pub. Review URL: https://codereview.chromium.org//12038038 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@17477 260f80e4-7a28-3924-810f-c04153c831b5
-
- Jan 22, 2013
-
-
rnystrom@google.com authored
This is prep work for SDK constraints. It moves the SDK version-related code out of SdkSource (which will go away at some point) into its own library. I also removed the need for the DART_SDK env variable. It will still be used if set (which the tests need), but if not set, Pub will locate the SDK. Clean up a few static warnings. Review URL: https://codereview.chromium.org//11871028 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@17433 260f80e4-7a28-3924-810f-c04153c831b5
-
hausner@google.com authored
Remove any type arguments from map literals that had one type argument before change 17410. Review URL: https://codereview.chromium.org//12045024 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@17412 260f80e4-7a28-3924-810f-c04153c831b5
-
hausner@google.com authored
To be checked in next week Tue (Jan 22) Review URL: https://codereview.chromium.org//12021022 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@17410 260f80e4-7a28-3924-810f-c04153c831b5
-
- Jan 21, 2013
-
-
floitsch@google.com authored
Review URL: https://codereview.chromium.org//11867024 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@17352 260f80e4-7a28-3924-810f-c04153c831b5
-
- Jan 18, 2013
-
-
rnystrom@google.com authored
Review URL: https://codereview.chromium.org//11867029 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@17331 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
In particular, it: - Shows test results incrementally. - Cleans up the stack traces. - Doesn't show the failures and their stack traces twice. Right now, it's opt in. You need to: - Add initConfig() to the top of a test suite. - Pass "--human" when you run the test. At some point, I can add the initConfig() calls to every test suite but I figured we could just add them manually for now. Review URL: https://codereview.chromium.org//11867012 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@17313 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
Review URL: https://codereview.chromium.org//11943005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@17300 260f80e4-7a28-3924-810f-c04153c831b5
-
- Jan 16, 2013
-
-
nweiz@google.com authored
Apparently StreamController will soon stop extending Stream, so this gets rid of all uses of it as a Stream in pkg/http and pub. Review URL: https://codereview.chromium.org//11975017 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@17163 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
BUG=7905,7920 Review URL: https://codereview.chromium.org//11944003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@17107 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
Review URL: https://codereview.chromium.org//11941003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@17106 260f80e4-7a28-3924-810f-c04153c831b5
-
- Jan 15, 2013
-
-
lrn@google.com authored
R=floitsch@google.com Review URL: https://codereview.chromium.org//11887016 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@17049 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
Also un-mark the uploaders test as flaky. BUG=7879 Review URL: https://codereview.chromium.org//11881033 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@17039 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
Review URL: https://codereview.chromium.org//11881032 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@17038 260f80e4-7a28-3924-810f-c04153c831b5
-
- Jan 14, 2013
-
-
nweiz@google.com authored
This also moves Pub's modified _OutputStreamConsumer class into pkg/http. Review URL: https://codereview.chromium.org//11881030 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@17034 260f80e4-7a28-3924-810f-c04153c831b5
-
ricow@google.com authored
Filed http://dartbug.com/7879 Review URL: https://codereview.chromium.org//11881016 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@17010 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
-
nweiz@google.com authored
BUG=7819 Review URL: https://codereview.chromium.org//11826067 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@16944 260f80e4-7a28-3924-810f-c04153c831b5
-
- Jan 10, 2013
-
-
nweiz@google.com authored
Review URL: https://codereview.chromium.org//11821062 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@16941 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
Review URL: https://codereview.chromium.org//11778108 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@16935 260f80e4-7a28-3924-810f-c04153c831b5
-
lrn@google.com authored
Small tweaks to code. Review URL: https://codereview.chromium.org//11833032 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@16910 260f80e4-7a28-3924-810f-c04153c831b5
-
ricow@google.com authored
This has been flaking a lot recently. Filed high priority bug 7819 Review URL: https://codereview.chromium.org//11778090 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@16902 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
-
rnystrom@google.com authored
Review URL: https://codereview.chromium.org//11783052 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@16833 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
Review URL: https://codereview.chromium.org//11821012 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@16830 260f80e4-7a28-3924-810f-c04153c831b5
-