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

Issue 18837002: Move toString() to collection classes. (Closed)

Created:
7 years, 5 months ago by zarah
Modified:
7 years, 5 months ago
CC:
reviews_dartlang.org, Lasse Reichstein Nielsen
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 36

Patch Set 2 : Remove superfluous newlines. #

Patch Set 3 : Addressed review comments. #

Total comments: 30

Patch Set 4 : Addressed review comments. #

Total comments: 22

Patch Set 5 : Addressed review comments. #

Patch Set 6 : Undo one remove line. #

Patch Set 7 : Reupload #

Unified diffs Side-by-side diffs Delta from patch set Stats (+196 lines, -16 lines) Patch
M runtime/lib/array.dart View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/lib/growable_array.dart View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M runtime/lib/typed_data.dart View 1 2 3 4 5 2 chunks +2 lines, -1 line 0 comments Download
M sdk/lib/_collection_dev/iterable.dart View 1 2 3 4 5 6 2 chunks +24 lines, -0 lines 0 comments Download
M sdk/lib/_internal/lib/js_array.dart View 1 2 3 4 2 chunks +3 lines, -2 lines 0 comments Download
M sdk/lib/collection/hash_set.dart View 1 2 3 4 2 chunks +3 lines, -1 line 0 comments Download
M sdk/lib/collection/linked_list.dart View 1 2 3 4 2 chunks +3 lines, -1 line 0 comments Download
M sdk/lib/collection/list.dart View 1 2 3 2 chunks +21 lines, -1 line 0 comments Download
M sdk/lib/collection/maps.dart View 1 2 3 4 2 chunks +30 lines, -1 line 0 comments Download
M sdk/lib/collection/queue.dart View 1 2 3 4 2 chunks +4 lines, -6 lines 0 comments Download
A tests/corelib/list_to_string2_test.dart View 1 2 3 4 1 chunk +33 lines, -0 lines 0 comments Download
A tests/corelib/map_to_string_test.dart View 1 2 3 4 1 chunk +33 lines, -0 lines 0 comments Download
A tests/corelib/set_to_string_test.dart View 1 2 3 4 1 chunk +37 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
zarah
7 years, 5 months ago (2013-07-08 11:03:13 UTC) #1
floitsch
FYI. https://codereview.chromium.org/18837002/diff/1/runtime/lib/array.dart File runtime/lib/array.dart (right): https://codereview.chromium.org/18837002/diff/1/runtime/lib/array.dart#newcode10 runtime/lib/array.dart:10: static List _toStringList = new List(); Add comment ...
7 years, 5 months ago (2013-07-08 12:00:50 UTC) #2
zarah
PTAL https://codereview.chromium.org/18837002/diff/1/runtime/lib/array.dart File runtime/lib/array.dart (right): https://codereview.chromium.org/18837002/diff/1/runtime/lib/array.dart#newcode10 runtime/lib/array.dart:10: static List _toStringList = new List(); On 2013/07/08 ...
7 years, 5 months ago (2013-07-08 14:35:15 UTC) #3
floitsch
Some nits, but LGTM. https://codereview.chromium.org/18837002/diff/14001/runtime/lib/array.dart File runtime/lib/array.dart (right): https://codereview.chromium.org/18837002/diff/14001/runtime/lib/array.dart#newcode16 runtime/lib/array.dart:16: String toString() => IterableMixinWorkaround.toStringList(this); VM ...
7 years, 5 months ago (2013-07-08 16:12:34 UTC) #4
zarah
https://codereview.chromium.org/18837002/diff/14001/runtime/lib/array.dart File runtime/lib/array.dart (right): https://codereview.chromium.org/18837002/diff/14001/runtime/lib/array.dart#newcode16 runtime/lib/array.dart:16: String toString() => IterableMixinWorkaround.toStringList(this); On 2013/07/08 16:12:34, floitsch wrote: ...
7 years, 5 months ago (2013-07-08 16:57:46 UTC) #5
Lasse Reichstein Nielsen
Drive-by pedantry. https://codereview.chromium.org/18837002/diff/18003/runtime/lib/array.dart File runtime/lib/array.dart (right): https://codereview.chromium.org/18837002/diff/18003/runtime/lib/array.dart#newcode9 runtime/lib/array.dart:9: You have added extra spaces here. Please ...
7 years, 5 months ago (2013-07-09 06:15:44 UTC) #6
zarah
https://codereview.chromium.org/18837002/diff/18003/runtime/lib/array.dart File runtime/lib/array.dart (right): https://codereview.chromium.org/18837002/diff/18003/runtime/lib/array.dart#newcode9 runtime/lib/array.dart:9: On 2013/07/09 06:15:44, Lasse Reichstein Nielsen wrote: > You ...
7 years, 5 months ago (2013-07-09 08:20:54 UTC) #7
zarah
Committed patchset #6 manually as r24836 (presubmit successful).
7 years, 5 months ago (2013-07-09 08:36:05 UTC) #8
zarah
TBR
7 years, 5 months ago (2013-07-11 12:59:23 UTC) #9
zarah
7 years, 5 months ago (2013-07-11 12:59:24 UTC) #10
Message was sent while issue was closed.
Committed patchset #7 manually as r24913 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698