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

Issue 13945009: Make default argument to Iterable.join be "". (Closed)

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

Description

Make default argument to Iterable.join be "". Committed: https://code.google.com/p/dart/source/detail?r=21193

Patch Set 1 #

Patch Set 2 : Rebuild dom libraries. #

Total comments: 4

Patch Set 3 : Address comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+120 lines, -117 lines) Patch
M runtime/lib/array.dart View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/lib/growable_array.dart View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/lib/typeddata.dart View 1 chunk +1 line, -1 line 0 comments Download
M samples/swarm/swarm_ui_lib/observable/observable.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_collection_dev/iterable.dart View 1 2 4 chunks +5 lines, -5 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/code_buffer.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/lib/js_array.dart View 1 chunk +1 line, -2 lines 0 comments Download
M sdk/lib/collection/collections.dart View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
M sdk/lib/collection/list.dart View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M sdk/lib/core/iterable.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M sdk/lib/core/string_buffer.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/html/dart2js/html_dart2js.dart View 34 chunks +34 lines, -34 lines 0 comments Download
M sdk/lib/html/dartium/html_dartium.dart View 34 chunks +34 lines, -34 lines 0 comments Download
M sdk/lib/html/html_common/filtered_element_list.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/io/http_impl.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/io/io_sink.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/svg/dart2js/svg_dart2js.dart View 1 6 chunks +6 lines, -6 lines 0 comments Download
M sdk/lib/svg/dartium/svg_dartium.dart View 1 6 chunks +6 lines, -6 lines 0 comments Download
M sdk/lib/web_sql/dart2js/web_sql_dart2js.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/web_sql/dartium/web_sql_dartium.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/corelib/iterable_join_test.dart View 1 chunk +6 lines, -2 lines 0 comments Download
M tools/dom/src/CssClassSet.dart View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/src/WrappedList.dart View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_Element.darttemplate View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/immutable_list_mixin.darttemplate View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
floitsch
7 years, 8 months ago (2013-04-09 15:09:07 UTC) #1
Lasse Reichstein Nielsen
lgtm
7 years, 8 months ago (2013-04-10 08:28:23 UTC) #2
sra1
https://codereview.chromium.org/13945009/diff/1018/sdk/lib/collection/list.dart File sdk/lib/collection/list.dart (right): https://codereview.chromium.org/13945009/diff/1018/sdk/lib/collection/list.dart#newcode186 sdk/lib/collection/list.dart:186: if (separator != "") { ['x','y'].join(null) -> "xnully" is ...
7 years, 8 months ago (2013-04-10 09:03:21 UTC) #3
floitsch
https://codereview.chromium.org/13945009/diff/1018/sdk/lib/collection/list.dart File sdk/lib/collection/list.dart (right): https://codereview.chromium.org/13945009/diff/1018/sdk/lib/collection/list.dart#newcode186 sdk/lib/collection/list.dart:186: if (separator != "") { On 2013/04/10 09:03:22, sra1 ...
7 years, 8 months ago (2013-04-10 09:20:37 UTC) #4
floitsch
7 years, 8 months ago (2013-04-10 11:28:57 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as r21193 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698