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

Issue 1980663002: Make json-maps implement Map<String, dynamic>. (Closed)

Created:
4 years, 7 months ago by floitsch
Modified:
3 years, 7 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Remove bad type annotation #

Patch Set 3 : Adjust test. #

Total comments: 2

Patch Set 4 : Don't implement LinkedHashMap. #

Patch Set 5 : Update changelog. #

Patch Set 6 : Changelog and test updates #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -34 lines) Patch
M CHANGELOG.md View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/lib/convert_patch.dart View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/js_runtime/lib/convert_patch.dart View 1 2 3 4 5 chunks +6 lines, -6 lines 0 comments Download
M tests/corelib/json_map_test.dart View 1 2 3 4 5 2 chunks +1 line, -17 lines 0 comments Download
M tests/corelib/map_test.dart View 1 2 3 4 5 chunks +0 lines, -10 lines 0 comments Download

Messages

Total messages: 8 (3 generated)
floitsch
Wdyt? We went through great trouble to ensure that the json-map was writable and accepted ...
4 years, 7 months ago (2016-05-13 18:37:31 UTC) #3
Lasse Reichstein Nielsen
It's a potentially breaking change - if someone actually uses the JSON-parsed map to store ...
4 years, 7 months ago (2016-05-17 07:03:05 UTC) #4
floitsch
https://codereview.chromium.org/1980663002/diff/40001/sdk/lib/_internal/js_runtime/lib/convert_patch.dart File sdk/lib/_internal/js_runtime/lib/convert_patch.dart (right): https://codereview.chromium.org/1980663002/diff/40001/sdk/lib/_internal/js_runtime/lib/convert_patch.dart#newcode127 sdk/lib/_internal/js_runtime/lib/convert_patch.dart:127: class _JsonMap implements LinkedHashMap<String, dynamic> { On 2016/05/17 07:03:04, ...
4 years, 7 months ago (2016-05-18 13:40:58 UTC) #5
floitsch
Committed patchset #6 (id:100001) manually as f6020b6d7eeed94239a1d686e3056db9b1f70a39 (presubmit successful).
3 years, 7 months ago (2017-05-02 12:51:39 UTC) #7
Lasse Reichstein Nielsen
3 years, 7 months ago (2017-05-02 15:02:41 UTC) #8
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698