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

Issue 9969202: Add method flush to output stream (Closed)

Created:
8 years, 8 months ago by Søren Gjesse
Modified:
8 years, 6 months ago
Reviewers:
Mads Ager (google)
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add method flush to output stream R=ager@google.com BUG=dart:1407 TEST=tests/standalone/src/io/FileOutputStreamTest.dart Committed: https://code.google.com/p/dart/source/detail?r=8422

Patch Set 1 #

Total comments: 4

Patch Set 2 : Addressed review comments. #

Patch Set 3 : Rebased to r8419 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -4 lines) Patch
M runtime/bin/file_impl.dart View 1 2 4 chunks +31 lines, -4 lines 0 comments Download
M runtime/bin/http_impl.dart View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M runtime/bin/list_stream_impl.dart View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M runtime/bin/output_stream.dart View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M runtime/bin/socket_stream_impl.dart View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M tests/standalone/io/file_output_stream_test.dart View 1 2 1 chunk +29 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Søren Gjesse
8 years, 8 months ago (2012-04-17 11:39:19 UTC) #1
Mads Ager (google)
http://codereview.chromium.org/9969202/diff/1/runtime/bin/file_impl.dart File runtime/bin/file_impl.dart (right): http://codereview.chromium.org/9969202/diff/1/runtime/bin/file_impl.dart#newcode164 runtime/bin/file_impl.dart:164: _file.flush(); Isn't _file a RandomAccessFile? Doesn't flush take a ...
8 years, 8 months ago (2012-04-17 11:56:44 UTC) #2
Søren Gjesse
This is probably a file output stream only thing as on the other output streams ...
8 years, 8 months ago (2012-04-17 13:14:19 UTC) #3
Mads Ager (google)
On 2012/04/17 13:14:19, Søren Gjesse wrote: > This is probably a file output stream only ...
8 years, 8 months ago (2012-04-17 13:22:02 UTC) #4
Søren Gjesse
On 2012/04/17 13:22:02, Mads Ager wrote: > On 2012/04/17 13:14:19, Søren Gjesse wrote: > > ...
8 years, 8 months ago (2012-04-17 13:42:35 UTC) #5
Mads Ager (google)
8 years, 6 months ago (2012-06-08 07:14:54 UTC) #6
LGTM. Let's land this.

Powered by Google App Engine
This is Rietveld 408576698