- Aug 25, 2017
-
-
Lasse Reichstein Holst Nielsen authored
R=floitsch@google.com Review-Url: https://codereview.chromium.org//2996143002 .
-
- May 17, 2017
-
-
Natalie Weizenbaum authored
This removes entries that aren't relevant to downstream consumers.
-
- May 16, 2017
-
-
Florian Loitsch authored
This makes it automatically compatible with future additions to `Stream`, like the `groupBy` method which will be added in SDK version 1.24. It inherits the default implementation, which will use the `listen` method of the `TypeSafeStream`, returning a `TypeSafeStreamSubscription`, and will just have a type check for each event before the listener even sees it. BUG= R=floitsch@google.com Review-Url: https://codereview.chromium.org//2872233002 .
-
- May 01, 2017
-
-
Kevin Moore authored
-
Kevin Moore authored
-
- Mar 06, 2017
-
-
Sam Rawlins authored
Remove unused import in byte_collection_test.dart
-
Sam Rawlins authored
-
- Feb 20, 2017
-
-
Lasse R.H. Nielsen authored
R=floitsch@google.com Review-Url: https://codereview.chromium.org//2707883002 .
-
- Feb 15, 2017
-
-
Natalie Weizenbaum authored
Closes #26
-
Lasse Reichstein Holst Nielsen authored
R=nweiz@google.com Review-Url: https://codereview.chromium.org//2660333005 .
-
- Feb 06, 2017
-
-
Natalie Weizenbaum authored
-
Natalie Weizenbaum authored
-
- Feb 03, 2017
-
-
Lasse Reichstein Holst Nielsen authored
R=nweiz@google.com Review-Url: https://codereview.chromium.org//2661603002 .
-
- Feb 02, 2017
-
-
Natalie Weizenbaum authored
This would throw a StateError if StreamQueue.rest had been called on one of the transaction's child queues, because that queue didn't expect to be canceled later on.
-
- Jan 31, 2017
-
-
Lasse Reichstein Holst Nielsen authored
These allow users to look at events (similar to `next` and `take`) without consuming them. For simple cases, they can be used instead of `startTransaction` to decide what to do before doing it. R=nweiz@google.com Review-Url: https://codereview.chromium.org//2649033006 .
-
- Jan 27, 2017
-
-
Lasse R.H. Nielsen authored
BUG= https://github.com/dart-lang/typed_data/issues/2 R=nweiz@google.com Review-Url: https://codereview.chromium.org//2649233006 .
-
- Jan 24, 2017
-
-
Natalie Weizenbaum authored
This is useful for advanced transaction operations, such as "one of the following consumers accepts the queue". We want to reliably accept the same consumer every time, and the best way to do that is to accept the one that consumed the most events.
-
Matan Lurey authored
-
Matan Lurey authored
-
Natalie Weizenbaum authored
-
- Jan 19, 2017
-
-
Natalie Weizenbaum authored
-
- Jan 12, 2017
-
-
Natalie Weizenbaum authored
Add StreamQueue transaction helpers.
-
Natalie Weizenbaum authored
-
Natalie Weizenbaum authored
-
Natalie Weizenbaum authored
-
- Jan 09, 2017
-
-
Natalie Weizenbaum authored
This is important for advanced pull-based stream manipulation. It allows users to express logic of the form "consume the next events if they match this predicate".
-
- Jan 06, 2017
-
-
Matan Lurey authored
-
- Jan 05, 2017
-
-
Matan Lurey authored
* Additional strong-mode fixes * Revert infererred types
-
- Oct 21, 2016
-
-
Nate Bosch authored
The signature is: Future<T>.then (<S>((T) → dynamic, {onError: Function}) → Future<S>) Use `dynamic` rather than leave off the type to future proof against --no-implicit-dynamic Constrain SDK to version which includes this signature for Future
-
- Sep 27, 2016
-
-
Lasse R.H. Nielsen authored
R=floitsch@google.com Review URL: https://codereview.chromium.org//2369953004 .
-
- Aug 18, 2016
-
-
Keerti Parthasarathy authored
BUG= R=jmesserly@google.com, leafp@google.com, nweiz@google.com Review URL: https://codereview.chromium.org//2250513003 . Committed: https://github.com/dart-lang/async/commit/c230c8128dc6f178743a917136461041036b4157
-
Keerti Parthasarathy authored
BUG= R=jmesserly@google.com Review URL: https://codereview.chromium.org//2250513003 .
-
- Jul 19, 2016
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//2161283002 .
-
- May 09, 2016
-
-
Natalie Weizenbaum authored
I thought about adding these to Delegating*Transformer classes, but those delegates don't really make any sense at all on their own, so I found other places instead. R=lrn@google.com Review URL: https://codereview.chromium.org//1947923003 .
-
- Apr 12, 2016
-
-
Natalie Weizenbaum authored
These mirror the methods in the the collection package, and serve a similar purpose of safely casting generic objects when the user is confident that the actual object's values are more specific than the static type. R=floitsch@google.com, lrn@google.com Review URL: https://codereview.chromium.org//1870543004 .
-
- Mar 30, 2016
-
-
Natalie Weizenbaum authored
The remaining warnings will need type-asserting wrappers to fix, which are coming in a separate CL. R=lrn@google.com Review URL: https://codereview.chromium.org//1841223002 .
-
- Mar 08, 2016
-
-
Natalie Weizenbaum authored
This moves the package to new-style doc comments, deprecates separate top-level libraries, and removes library tags. It also deprecates some top-level classes in favor of static const fields. There's more that could be done, but this fixes most of the low-hanging fruit. R=lrn@google.com Review URL: https://codereview.chromium.org//1777453002 .
-
- Mar 07, 2016
-
-
Natalie Weizenbaum authored
Remove unused imports
-
Sam Rawlins authored
-
- Jan 25, 2016
-
-
Natalie Weizenbaum authored
R=lrn@google.com Review URL: https://codereview.chromium.org//1615253002 .
-