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

Issue 230443002: Fix dart2js custom hashmap/set not using the custom method for string. (Closed)

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

Description

Fix dart2js custom hashmap/set not using the custom method for string. BUG= http://dartbug.com/18109 R=floitsch@google.com Committed: https://code.google.com/p/dart/source/detail?r=34870

Patch Set 1 #

Total comments: 2

Patch Set 2 : Remove print. Add test files. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+315 lines, -151 lines) Patch
M sdk/lib/_internal/lib/collection_patch.dart View 1 18 chunks +227 lines, -151 lines 0 comments Download
A tests/lib/collection/hash_map_test.dart View 1 1 chunk +42 lines, -0 lines 0 comments Download
A tests/lib/collection/hash_set_test.dart View 1 1 chunk +46 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Lasse Reichstein Nielsen
We could refactor the code, so the _-methods I introduced are the actual implementation on ...
6 years, 8 months ago (2014-04-09 08:39:56 UTC) #1
floitsch
LGTM with tests. https://codereview.chromium.org/230443002/diff/1/sdk/lib/_internal/lib/collection_patch.dart File sdk/lib/_internal/lib/collection_patch.dart (right): https://codereview.chromium.org/230443002/diff/1/sdk/lib/_internal/lib/collection_patch.dart#newcode91 sdk/lib/_internal/lib/collection_patch.dart:91: print("ck: $key"); remove. https://codereview.chromium.org/230443002/diff/1/sdk/lib/_internal/lib/collection_patch.dart#newcode95 sdk/lib/_internal/lib/collection_patch.dart:95: print(bucket); ...
6 years, 8 months ago (2014-04-09 09:24:27 UTC) #2
Lasse Reichstein Nielsen
6 years, 8 months ago (2014-04-09 11:02:27 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 manually as r34870 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698