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

Issue 211223002: Add MapBase and UnmodifiableMapView classes to dart:collection. (Closed)

Created:
6 years, 9 months ago by Lasse Reichstein Nielsen
Modified:
6 years, 9 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add MapBase and UnmodifiableMapView classes to dart:collection. Includes supporting classes. R=floitsch@google.com Committed: https://code.google.com/p/dart/source/detail?r=34422

Patch Set 1 #

Total comments: 10

Patch Set 2 : Make stuff private. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+339 lines, -2 lines) Patch
M sdk/lib/_internal/lib/js_mirrors.dart View 1 chunk +0 lines, -1 line 0 comments Download
M sdk/lib/collection/maps.dart View 1 1 chunk +190 lines, -0 lines 0 comments Download
M tests/corelib/integer_to_string_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/corelib/map_test.dart View 7 chunks +148 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Lasse Reichstein Nielsen
6 years, 9 months ago (2014-03-25 14:01:13 UTC) #1
floitsch
FYI. https://codereview.chromium.org/211223002/diff/1/sdk/lib/collection/maps.dart File sdk/lib/collection/maps.dart (right): https://codereview.chromium.org/211223002/diff/1/sdk/lib/collection/maps.dart#newcode20 sdk/lib/collection/maps.dart:20: * A more efficient implementation is usually possible ...
6 years, 9 months ago (2014-03-25 21:03:18 UTC) #2
kevmoo
DBC Also runtime/lib/mirrors_impl.dart:13:class _UnmodifiableMapView<K, V> Since this will conflict with the class in pkg/collection It'd ...
6 years, 9 months ago (2014-03-25 21:25:26 UTC) #3
floitsch
On 2014/03/25 21:25:26, kevmoo wrote: > DBC > > Also runtime/lib/mirrors_impl.dart:13:class _UnmodifiableMapView<K, V> > > ...
6 years, 9 months ago (2014-03-25 23:35:16 UTC) #4
Lasse Reichstein Nielsen
PTAL. Florian is right. There should be no conflict between a dart:-library and a package:-library. ...
6 years, 9 months ago (2014-03-26 10:25:19 UTC) #5
floitsch
Please upload new version.
6 years, 9 months ago (2014-03-26 10:27:02 UTC) #6
Lasse Reichstein Nielsen
Done.
6 years, 9 months ago (2014-03-26 11:46:43 UTC) #7
Lasse Reichstein Nielsen
https://codereview.chromium.org/211223002/diff/1/sdk/lib/_internal/lib/js_mirrors.dart File sdk/lib/_internal/lib/js_mirrors.dart (right): https://codereview.chromium.org/211223002/diff/1/sdk/lib/_internal/lib/js_mirrors.dart#newcode1 sdk/lib/_internal/lib/js_mirrors.dart:1: // Copyright (c) 2013, the Dart project authors. Please ...
6 years, 9 months ago (2014-03-26 11:48:45 UTC) #8
floitsch
LGTM.
6 years, 9 months ago (2014-03-26 12:00:29 UTC) #9
Lasse Reichstein Nielsen
6 years, 9 months ago (2014-03-26 12:10:41 UTC) #10
Message was sent while issue was closed.
Committed patchset #2 manually as r34422 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698