lrn@google.com
|
8d63f101f0
|
Remove suprplus quoting from pubspec author fields.
R=sgjesse@google.com
Review URL: https://codereview.chromium.org//119093005
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31261 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-12-19 12:12:44 +00:00 |
|
lrn@google.com
|
047b32681d
|
Create associated packages for the dart:collection and dart:async libs.
R=sgjesse@google.com
Review URL: https://codereview.chromium.org//113883002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31260 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-12-19 11:57:56 +00:00 |
|
dgrove@google.com
|
18ca7d0036
|
Re-land r29957 (add versions and constraints for packages and samples), with
SDK constraints bumped from 1.0.0 to 0.8.10+6 .
R=ricow@google.com, sigmund@google.com
Review URL: https://codereview.chromium.org//62473002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29986 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-11-06 18:28:22 +00:00 |
|
ajohnsen@google.com
|
61f6c51990
|
Revert "add versions and constraints for packages and samples"
This is currently blocking us from testing samples.
BUG=
R=kasperl@google.com
Review URL: https://codereview.chromium.org//59513007
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29960 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-11-06 09:09:18 +00:00 |
|
jmesserly@google.com
|
02638c5760
|
add versions and constraints for packages and samples
- all packages at 0.9.0, except "analyzer" which had a version already
- dependencies at ">=0.9.0 <0.10.0" except analyzer is ">=0.10.0 <0.11.0"
- sdk constraint ">=1.0.0 <2.0.0"
R=sigmund@google.com
Review URL: https://codereview.chromium.org//59763006
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29957 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-11-06 03:27:58 +00:00 |
|
lrn@google.com
|
2985f3462e
|
Add package with iterable and stream "zipping" functionality.
You can use new IterableZip([it1, it2, it3]) to generate an iterable of
three-element lists, one from each source iterable, as long as all three
source iterables have an element.
Similar functionality for streams is provided by StreamZip.
R=floitsch@google.com
Review URL: https://codereview.chromium.org//18015002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@24835 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-07-09 05:49:31 +00:00 |
|