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

Issue 196423021: Move _StreamSinkImpl from dart:io to dart:async as StreamSinkAdapter. (Closed)

Created:
6 years, 9 months ago by Anders Johnsen
Modified:
6 years, 1 month ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Move _StreamSinkImpl from dart:io to dart:async as StreamSinkAdapter. BUG=https://code.google.com/p/dart/issues/detail?id=17293

Patch Set 1 #

Total comments: 18

Patch Set 2 : Fix doc and add test.dart #

Total comments: 30

Patch Set 3 : #

Patch Set 4 : http://code.google.com/p/dart/issues/detail?id=17826 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -5 lines) Patch
M runtime/bin/process_linux.cc View 1 2 3 2 chunks +2 lines, -5 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Anders Johnsen
6 years, 9 months ago (2014-03-18 14:04:50 UTC) #1
kevmoo
DBC: Tests? Thanks for doing this.
6 years, 9 months ago (2014-03-18 15:25:48 UTC) #2
Lasse Reichstein Nielsen
LGTM! https://codereview.chromium.org/196423021/diff/1/sdk/lib/async/stream.dart File sdk/lib/async/stream.dart (right): https://codereview.chromium.org/196423021/diff/1/sdk/lib/async/stream.dart#newcode1329 sdk/lib/async/stream.dart:1329: * A `StreamSinkAdapter` is an adapter implementation that ...
6 years, 9 months ago (2014-03-18 15:34:45 UTC) #3
Lasse Reichstein Nielsen
And tests, yes! Lots of test.
6 years, 9 months ago (2014-03-18 15:35:06 UTC) #4
Anders Johnsen
PTAL! Added test :) https://codereview.chromium.org/196423021/diff/1/sdk/lib/async/stream.dart File sdk/lib/async/stream.dart (right): https://codereview.chromium.org/196423021/diff/1/sdk/lib/async/stream.dart#newcode1329 sdk/lib/async/stream.dart:1329: * A `StreamSinkAdapter` is an ...
6 years, 9 months ago (2014-03-19 11:48:55 UTC) #5
Lasse Reichstein Nielsen
https://codereview.chromium.org/196423021/diff/20001/sdk/lib/async/stream.dart File sdk/lib/async/stream.dart (right): https://codereview.chromium.org/196423021/diff/20001/sdk/lib/async/stream.dart#newcode1370 sdk/lib/async/stream.dart:1370: _checkIsBound(); Hmm, would probably sounds better as "_checkNotBound()", since ...
6 years, 9 months ago (2014-03-19 13:27:20 UTC) #6
Anders Johnsen
Where to take it from here? StreamSink.fromStreamConsumer - and what is the class name, as ...
6 years, 9 months ago (2014-03-19 13:56:38 UTC) #7
kevmoo
6 years, 8 months ago (2014-04-22 19:48:39 UTC) #8
Where'd all the files go?

Powered by Google App Engine
This is Rietveld 408576698