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

Issue 12431010: Fix String.fromCharCodes to work with iterables. (Closed)

Created:
7 years, 9 months ago by Lasse Reichstein Nielsen
Modified:
7 years, 9 months ago
Reviewers:
floitsch, srdjan
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix String.fromCharCodes to work with iterables. BUG=http://dartbug.com/8922 Committed: https://code.google.com/p/dart/source/detail?r=19602

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -52 lines) Patch
M runtime/lib/string_base.dart View 1 chunk +4 lines, -11 lines 1 comment Download
M runtime/lib/string_patch.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/lib/core_patch.dart View 1 chunk +1 line, -2 lines 1 comment Download
M tests/corelib/string_base_vm_test.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M tests/corelib/string_from_list_test.dart View 1 chunk +76 lines, -38 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Lasse Reichstein Nielsen
7 years, 9 months ago (2013-03-05 14:03:47 UTC) #1
floitsch
LGTM. https://codereview.chromium.org/12431010/diff/1/runtime/lib/string_base.dart File runtime/lib/string_base.dart (right): https://codereview.chromium.org/12431010/diff/1/runtime/lib/string_base.dart#newcode24 runtime/lib/string_base.dart:24: charCodes = new List<int>.from(charCodes, growable: false); assert that ...
7 years, 9 months ago (2013-03-05 14:14:04 UTC) #2
srdjan
lgtm
7 years, 9 months ago (2013-03-05 16:06:45 UTC) #3
Lasse Reichstein Nielsen
7 years, 9 months ago (2013-03-07 09:14:52 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as r19602 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698