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

Issue 13008021: Add optional writeAll separator argument. (Closed)

Created:
7 years, 9 months ago by floitsch
Modified:
7 years, 8 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add optional writeAll separator argument. BUG= http://dartbug.com/8694 Committed: https://code.google.com/p/dart/source/detail?r=20943

Patch Set 1 #

Total comments: 4

Patch Set 2 : Address comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -39 lines) Patch
M pkg/http/test/safe_http_server.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/scheduled_test/lib/src/scheduled_server/safe_http_server.dart View 1 chunk +2 lines, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/code_buffer.dart View 1 1 chunk +13 lines, -3 lines 0 comments Download
M sdk/lib/collection/collections.dart View 1 1 chunk +1 line, -13 lines 0 comments Download
M sdk/lib/core/iterable.dart View 1 1 chunk +1 line, -13 lines 0 comments Download
M sdk/lib/core/string_buffer.dart View 1 1 chunk +14 lines, -2 lines 0 comments Download
M sdk/lib/core/string_sink.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/io/http_impl.dart View 2 chunks +13 lines, -3 lines 0 comments Download
M sdk/lib/io/io_sink.dart View 1 1 chunk +14 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
floitsch
7 years, 9 months ago (2013-03-22 17:11:18 UTC) #1
sra1
Perhaps this could be coded more carefully (see Iterator.join, treat separator==null like "" to allow ...
7 years, 9 months ago (2013-03-22 21:19:46 UTC) #2
floitsch
We are going to discuss the extra argument ("isContinuing") but I would prefer not to ...
7 years, 9 months ago (2013-03-26 18:30:23 UTC) #3
Lasse Reichstein Nielsen
lgtm The good thing about separator is that it handles the annoying boilerplate for outputting ...
7 years, 8 months ago (2013-04-03 10:35:52 UTC) #4
floitsch
https://codereview.chromium.org/13008021/diff/1/sdk/lib/core/string_buffer.dart File sdk/lib/core/string_buffer.dart (right): https://codereview.chromium.org/13008021/diff/1/sdk/lib/core/string_buffer.dart#newcode38 sdk/lib/core/string_buffer.dart:38: if (separator != "") write(separator); On 2013/04/03 10:35:52, Lasse ...
7 years, 8 months ago (2013-04-04 22:36:35 UTC) #5
floitsch
7 years, 8 months ago (2013-04-04 22:37:31 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 manually as r20943 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698