floitsch@google.com
|
dc9c5f42ed
|
Redo StreamTransformers so they work with Stack traces.
Since this involved a breaking change I cleaned up more of the
StreamTransformer API.
This CL also deprecates the getAttachedStackTrace method.
R=ajohnsen@google.com, lrn@google.com, nweiz@google.com, rnystrom@google.com
Review URL: https://codereview.chromium.org//25354003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28562 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-12 12:34:34 +00:00 |
|
floitsch@google.com
|
4be547c705
|
Adapt streams for additional stackTrace argument.
R=lrn@google.com
Review URL: https://codereview.chromium.org//25094002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28511 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-11 12:02:20 +00:00 |
|
lrn@google.com
|
77615bb327
|
Make sequence-zip test not flaky.
R=sgjesse@google.com
Review URL: https://codereview.chromium.org//26203003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28302 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-07 08:27:58 +00:00 |
|
lrn@google.com
|
aeac488783
|
Make sequence-zip test not be timing dependent.
Review URL: https://codereview.chromium.org//25982004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28300 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-10-07 07:00:20 +00:00 |
|
kathyw@google.com
|
9095fafcce
|
add library descriptions for sequence_zip and the libraries it exports
R=lrn@google.com
Review URL: https://codereview.chromium.org//22877044
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26691 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-08-27 08:00:09 +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 |
|