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

Issue 1615253002: Add ClosedStreamSink, and *Completer.setError, and StreamSinkCompleter.fromFuture. (Closed)

Created:
4 years, 11 months ago by nweiz
Modified:
4 years, 11 months ago
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/async.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Add ClosedStreamSink, and *Completer.setError, and StreamSinkCompleter.fromFuture. R=lrn@google.com Committed: https://github.com/dart-lang/async/commit/32ffb0394a53f1a29a0c63ff20d53fa4b54257bd

Patch Set 1 #

Total comments: 29

Patch Set 2 : Code review changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+325 lines, -8 lines) Patch
M CHANGELOG.md View 1 1 chunk +6 lines, -0 lines 0 comments Download
M lib/async.dart View 1 1 chunk +1 line, -0 lines 0 comments Download
A lib/src/null_stream_sink.dart View 1 1 chunk +90 lines, -0 lines 0 comments Download
M lib/src/stream_completer.dart View 1 3 chunks +15 lines, -7 lines 0 comments Download
M lib/src/stream_sink_completer.dart View 1 3 chunks +29 lines, -0 lines 0 comments Download
M pubspec.yaml View 1 chunk +1 line, -1 line 0 comments Download
A test/null_stream_sink_test.dart View 1 1 chunk +113 lines, -0 lines 0 comments Download
M test/stream_completer_test.dart View 1 chunk +28 lines, -0 lines 0 comments Download
M test/stream_sink_completer_test.dart View 1 chunk +42 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
nweiz
4 years, 11 months ago (2016-01-21 23:17:57 UTC) #1
Lasse Reichstein Nielsen
LGTM except for the name ClosedStreamSink. https://codereview.chromium.org/1615253002/diff/1/lib/src/closed_stream_sink.dart File lib/src/closed_stream_sink.dart (right): https://codereview.chromium.org/1615253002/diff/1/lib/src/closed_stream_sink.dart#newcode12 lib/src/closed_stream_sink.dart:12: /// throws [StateError]s ...
4 years, 11 months ago (2016-01-22 09:13:47 UTC) #2
nweiz
Code review changes
4 years, 11 months ago (2016-01-25 22:38:45 UTC) #3
nweiz
https://codereview.chromium.org/1615253002/diff/1/lib/src/closed_stream_sink.dart File lib/src/closed_stream_sink.dart (right): https://codereview.chromium.org/1615253002/diff/1/lib/src/closed_stream_sink.dart#newcode12 lib/src/closed_stream_sink.dart:12: /// throws [StateError]s when events are added. On 2016/01/22 ...
4 years, 11 months ago (2016-01-25 22:39:25 UTC) #4
nweiz
4 years, 11 months ago (2016-01-25 22:39:40 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
32ffb0394a53f1a29a0c63ff20d53fa4b54257bd (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698