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

Issue 18023003: Add Map constructors taking iterables. (Closed)

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

Description

Patch Set 1 #

Total comments: 22

Patch Set 2 : Addressed review comments. #

Patch Set 3 : Removed newline. #

Total comments: 8

Patch Set 4 : Addressed review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+258 lines, -0 lines) Patch
M sdk/lib/collection/hash_map.dart View 1 2 1 chunk +38 lines, -0 lines 0 comments Download
M sdk/lib/core/map.dart View 1 2 3 1 chunk +29 lines, -0 lines 0 comments Download
A tests/corelib/map_from_iterable_test.dart View 1 2 3 1 chunk +112 lines, -0 lines 0 comments Download
A tests/corelib/map_from_iterables_test.dart View 1 1 chunk +79 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
zarah
Ptal
7 years, 5 months ago (2013-06-27 10:26:05 UTC) #1
floitsch
LGTM. Added Lasse in case he has comments on the dart-doc. https://codereview.chromium.org/18023003/diff/1/sdk/lib/collection/hash_map.dart File sdk/lib/collection/hash_map.dart (right): ...
7 years, 5 months ago (2013-06-27 11:45:04 UTC) #2
zarah
TBR https://codereview.chromium.org/18023003/diff/1/sdk/lib/collection/hash_map.dart File sdk/lib/collection/hash_map.dart (right): https://codereview.chromium.org/18023003/diff/1/sdk/lib/collection/hash_map.dart#newcode30 sdk/lib/collection/hash_map.dart:30: var keyFun = (key != null) ? key ...
7 years, 5 months ago (2013-06-27 13:02:43 UTC) #3
floitsch
still LGTM. https://codereview.chromium.org/18023003/diff/10001/sdk/lib/core/map.dart File sdk/lib/core/map.dart (right): https://codereview.chromium.org/18023003/diff/10001/sdk/lib/core/map.dart#newcode39 sdk/lib/core/map.dart:39: * For each element of the [iterable] ...
7 years, 5 months ago (2013-06-27 13:07:16 UTC) #4
zarah
https://codereview.chromium.org/18023003/diff/10001/sdk/lib/core/map.dart File sdk/lib/core/map.dart (right): https://codereview.chromium.org/18023003/diff/10001/sdk/lib/core/map.dart#newcode39 sdk/lib/core/map.dart:39: * For each element of the [iterable] this constructor ...
7 years, 5 months ago (2013-06-27 13:13:13 UTC) #5
zarah
7 years, 5 months ago (2013-06-27 13:17:25 UTC) #6
Message was sent while issue was closed.
Committed patchset #4 manually as r24514 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698