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

Issue 1963723003: update Map (Closed)

Created:
4 years, 7 months ago by Harry Terkelsen
Modified:
4 years, 7 months ago
Reviewers:
vsm, sra, sra1
CC:
dev-compiler+reviews_dartlang.org
Base URL:
git@github.com:dart-lang/dev_compiler.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 10

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 4

Patch Set 5 : #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1381 lines, -446 lines) Patch
M lib/runtime/dart_sdk.js View 1 2 3 4 5 88 chunks +928 lines, -441 lines 0 comments Download
M tool/input_sdk/lib/core/map.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tool/input_sdk/patch/core_patch.dart View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M tool/input_sdk/private/js_helper.dart View 1 1 chunk +1 line, -0 lines 0 comments Download
A tool/input_sdk/private/linked_hash_map.dart View 1 2 3 1 chunk +438 lines, -0 lines 0 comments Download
M tool/sdk_expected_errors.txt View 1 2 3 4 5 1 chunk +11 lines, -3 lines 0 comments Download

Messages

Total messages: 11 (3 generated)
Harry Terkelsen
4 years, 7 months ago (2016-05-09 21:44:12 UTC) #2
sra1
Lets punt the ConstantMaps for now. Constants work differently in DDC so I'm not sure ...
4 years, 7 months ago (2016-05-09 23:16:41 UTC) #4
Harry Terkelsen
PTAL, got rid of ConstantMap and added type annotations to remove almost all 'as' checks ...
4 years, 7 months ago (2016-05-10 00:59:27 UTC) #5
Harry Terkelsen
I had to change it back to JsLinkedHashMap instead of Es6LinkedHashMap because the latter has ...
4 years, 7 months ago (2016-05-10 16:31:09 UTC) #6
Harry Terkelsen
ptal, put almost all type annotations in comments
4 years, 7 months ago (2016-05-10 23:02:03 UTC) #7
sra1
lgtm https://codereview.chromium.org/1963723003/diff/60001/tool/input_sdk/patch/core_patch.dart File tool/input_sdk/patch/core_patch.dart (right): https://codereview.chromium.org/1963723003/diff/60001/tool/input_sdk/patch/core_patch.dart#newcode10 tool/input_sdk/patch/core_patch.dart:10: ConstantMap, Drop this? https://codereview.chromium.org/1963723003/diff/60001/tool/sdk_expected_errors.txt File tool/sdk_expected_errors.txt (right): https://codereview.chromium.org/1963723003/diff/60001/tool/sdk_expected_errors.txt#newcode56 ...
4 years, 7 months ago (2016-05-10 23:05:25 UTC) #8
Harry Terkelsen
Committed patchset #6 (id:100001) manually as ef2f54c5d20c01fe29b2d7377ab2886a360e0c0a (presubmit successful).
4 years, 7 months ago (2016-05-10 23:19:24 UTC) #10
Harry Terkelsen
4 years, 7 months ago (2016-05-10 23:24:49 UTC) #11
Message was sent while issue was closed.
https://codereview.chromium.org/1963723003/diff/60001/tool/input_sdk/patch/co...
File tool/input_sdk/patch/core_patch.dart (right):

https://codereview.chromium.org/1963723003/diff/60001/tool/input_sdk/patch/co...
tool/input_sdk/patch/core_patch.dart:10: ConstantMap,
On 2016/05/10 23:05:24, sra1 wrote:
> Drop this?

Done.

https://codereview.chromium.org/1963723003/diff/60001/tool/sdk_expected_error...
File tool/sdk_expected_errors.txt (right):

https://codereview.chromium.org/1963723003/diff/60001/tool/sdk_expected_error...
tool/sdk_expected_errors.txt:56: [warning] Unsound implicit cast from dynamic to
LinkedHashMapCell<K, V> (dart:_js_helper/linked_hash_map.dart, line 119, col 40)
On 2016/05/10 23:05:25, sra1 wrote:
> I think all of these are from JS-calls, which is OK.
> Please verify.

Confirming that they are all from JS-calls

Powered by Google App Engine
This is Rietveld 408576698