- Jan 05, 2018
-
-
Natalie Weizenbaum authored
Previously, StreamQueueTransaction assumed that its request was the oldest request in the queue at the time at which it was committed or rejected. This assumption wasn't always correct, and this change avoids making it.
-
- Jan 02, 2018
-
-
Keerti Parthasarathy authored
Update for Dart 2.0 changes to Timer
-
keertip authored
-
keertip authored
-
keertip authored
-
keertip authored
-
- Oct 19, 2017
-
-
Lasse R.H. Nielsen authored
Rename .analysis_options to analysis_options.yaml
-
Kevin Moore authored
-
- Oct 03, 2017
-
-
Natalie Weizenbaum authored
Closes #40
-
- Sep 22, 2017
-
-
Natalie Weizenbaum authored
We can't test this in 2.0 runtime semantics until test supports a 2.0-compatible platform (dart-lang/test#414). Closes #35
-
- 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 .
-