Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(348)

Issue 2661603002: Add collectBytesCancelable function. (Closed)

Created:
3 years, 10 months ago by Lasse Reichstein Nielsen
Modified:
3 years, 10 months ago
Reviewers:
nweiz
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 17

Patch Set 2 : Address comments. #

Total comments: 2

Patch Set 3 : Also remove show clause and fix pubspec correctly this time. #

Patch Set 4 : merge to head #

Unified diffs Side-by-side diffs Delta from patch set Stats (+89 lines, -7 lines) Patch
M CHANGELOG.md View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M lib/src/byte_collector.dart View 1 3 chunks +33 lines, -3 lines 0 comments Download
M pubspec.yaml View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M test/byte_collection_test.dart View 1 2 2 chunks +53 lines, -1 line 0 comments Download

Messages

Total messages: 12 (2 generated)
Lasse Reichstein Nielsen
https://codereview.chromium.org/2661603002/diff/1/lib/src/byte_collector.dart File lib/src/byte_collector.dart (left): https://codereview.chromium.org/2661603002/diff/1/lib/src/byte_collector.dart#oldcode16 lib/src/byte_collector.dart:16: var byteLists = List<List<int>>[]; The type here was actually ...
3 years, 10 months ago (2017-01-27 12:20:48 UTC) #2
nweiz
https://codereview.chromium.org/2661603002/diff/1/lib/src/byte_collector.dart File lib/src/byte_collector.dart (right): https://codereview.chromium.org/2661603002/diff/1/lib/src/byte_collector.dart#newcode17 lib/src/byte_collector.dart:17: return _collectBytes<Future<Uint8List>>(source, _futureResult); I think you shouldn't need an ...
3 years, 10 months ago (2017-01-27 21:56:01 UTC) #3
Lasse Reichstein Nielsen
https://codereview.chromium.org/2661603002/diff/1/lib/src/byte_collector.dart File lib/src/byte_collector.dart (right): https://codereview.chromium.org/2661603002/diff/1/lib/src/byte_collector.dart#newcode17 lib/src/byte_collector.dart:17: return _collectBytes<Future<Uint8List>>(source, _futureResult); It probably doesn't even need to ...
3 years, 10 months ago (2017-01-30 15:06:34 UTC) #4
nweiz
It looks like you may have forgotten to upload the most recent change. https://codereview.chromium.org/2661603002/diff/1/lib/src/byte_collector.dart File ...
3 years, 10 months ago (2017-01-30 22:21:26 UTC) #5
Lasse Reichstein Nielsen
On 2017/01/30 22:21:26, nweiz wrote: > It looks like you may have forgotten to upload ...
3 years, 10 months ago (2017-01-31 11:53:39 UTC) #6
Lasse Reichstein Nielsen
https://codereview.chromium.org/2661603002/diff/1/lib/src/byte_collector.dart File lib/src/byte_collector.dart (right): https://codereview.chromium.org/2661603002/diff/1/lib/src/byte_collector.dart#newcode17 lib/src/byte_collector.dart:17: return _collectBytes<Future<Uint8List>>(source, _futureResult); I've removed all the explicit type ...
3 years, 10 months ago (2017-01-31 11:53:55 UTC) #7
nweiz
https://codereview.chromium.org/2661603002/diff/1/test/byte_collection_test.dart File test/byte_collection_test.dart (right): https://codereview.chromium.org/2661603002/diff/1/test/byte_collection_test.dart#newcode9 test/byte_collection_test.dart:9: import "package:async/async.dart" show collectBytes, collectBytesCancelable; On 2017/01/30 15:06:33, Lasse ...
3 years, 10 months ago (2017-01-31 22:23:10 UTC) #8
Lasse Reichstein Nielsen
https://codereview.chromium.org/2661603002/diff/1/test/byte_collection_test.dart File test/byte_collection_test.dart (right): https://codereview.chromium.org/2661603002/diff/1/test/byte_collection_test.dart#newcode9 test/byte_collection_test.dart:9: import "package:async/async.dart" show collectBytes, collectBytesCancelable; ACK. Fixing. https://codereview.chromium.org/2661603002/diff/20001/pubspec.yaml File ...
3 years, 10 months ago (2017-02-01 12:05:43 UTC) #9
nweiz
lgtm!
3 years, 10 months ago (2017-02-01 20:42:42 UTC) #10
Lasse Reichstein Nielsen
3 years, 10 months ago (2017-02-03 15:24:13 UTC) #12
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
f7c1f4f3413d0f56988773261b33b66e316ae45b (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698