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

Issue 23893002: Add custom equals and hashCode for HashMap implementation. (Closed)

Created:
7 years, 3 months ago by Lasse Reichstein Nielsen
Modified:
7 years, 3 months ago
Reviewers:
floitsch
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Add custom equals and hashCode for HashMap implementation. R=floitsch@google.com Committed: https://code.google.com/p/dart/source/detail?r=27106

Patch Set 1 #

Patch Set 2 : Fix bug in dart2js code. Please review. #

Total comments: 9

Patch Set 3 : Address comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+536 lines, -75 lines) Patch
M runtime/lib/collection_patch.dart View 9 chunks +221 lines, -17 lines 0 comments Download
M sdk/lib/_internal/lib/collection_patch.dart View 1 2 9 chunks +68 lines, -18 lines 0 comments Download
M sdk/lib/collection/hash_map.dart View 3 chunks +6 lines, -40 lines 0 comments Download
M tests/corelib/map_test.dart View 3 chunks +241 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Lasse Reichstein Nielsen
Preliminary review, I think there's a bug in the dart2js code.
7 years, 3 months ago (2013-09-03 13:02:50 UTC) #1
floitsch
fyi. https://codereview.chromium.org/23893002/diff/4001/runtime/lib/collection_patch.dart File runtime/lib/collection_patch.dart (right): https://codereview.chromium.org/23893002/diff/4001/runtime/lib/collection_patch.dart#newcode202 runtime/lib/collection_patch.dart:202: class _CustomHashMap<K, V> extends _HashMapImpl<K, V> { File ...
7 years, 3 months ago (2013-09-03 13:59:08 UTC) #2
Lasse Reichstein Nielsen
https://codereview.chromium.org/23893002/diff/4001/runtime/lib/collection_patch.dart File runtime/lib/collection_patch.dart (right): https://codereview.chromium.org/23893002/diff/4001/runtime/lib/collection_patch.dart#newcode202 runtime/lib/collection_patch.dart:202: class _CustomHashMap<K, V> extends _HashMapImpl<K, V> { On 2013/09/03 ...
7 years, 3 months ago (2013-09-04 05:59:21 UTC) #3
floitsch
LGTM.
7 years, 3 months ago (2013-09-04 09:04:49 UTC) #4
Lasse Reichstein Nielsen
7 years, 3 months ago (2013-09-04 09:42:34 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as r27106 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698