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

Issue 1252953003: Implement more of dart:mirrors (Closed)

Created:
5 years, 5 months ago by vsm
Modified:
5 years, 4 months ago
Reviewers:
Leaf, Jennifer Messerly
CC:
dev-compiler+reviews_dartlang.org
Base URL:
https://github.com/dart-lang/dev_compiler.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Implement more of dart:mirrors This unblocks angular. See #199 R=jmesserly@google.com Committed: https://github.com/dart-lang/dev_compiler/commit/33403f6f1f50c353ae1bacbef4bcf7e898c9b7d7

Patch Set 1 #

Total comments: 25

Patch Set 2 : Rebase and fix #

Patch Set 3 : Address comments #

Total comments: 4

Patch Set 4 : Remove dangling TODO #

Unified diffs Side-by-side diffs Delta from patch set Stats (+498 lines, -38 lines) Patch
M lib/runtime/_errors.js View 1 chunk +5 lines, -4 lines 0 comments Download
M lib/runtime/_types.js View 2 chunks +24 lines, -0 lines 0 comments Download
M lib/runtime/dart/_js_mirrors.js View 1 2 5 chunks +253 lines, -9 lines 0 comments Download
M lib/runtime/dart_utils.js View 1 1 chunk +1 line, -1 line 0 comments Download
M lib/src/codegen/js_codegen.dart View 1 2 3 6 chunks +32 lines, -8 lines 0 comments Download
M test/codegen/expect/fieldtest.js View 1 chunk +1 line, -0 lines 0 comments Download
M tool/input_sdk/private/js_mirrors.dart View 1 2 6 chunks +182 lines, -10 lines 0 comments Download
M tool/sdk_expected_errors.txt View 1 2 1 chunk +0 lines, -6 lines 0 comments Download

Messages

Total messages: 10 (1 generated)
vsm
https://codereview.chromium.org/1252953003/diff/1/karma.conf.js File karma.conf.js (right): https://codereview.chromium.org/1252953003/diff/1/karma.conf.js#newcode56 karma.conf.js:56: logLevel: config.LOG_INFO, This is unrelated - just suppressing some ...
5 years, 5 months ago (2015-07-24 15:01:38 UTC) #2
Jennifer Messerly
https://codereview.chromium.org/1252953003/diff/1/lib/src/codegen/js_codegen.dart File lib/src/codegen/js_codegen.dart (right): https://codereview.chromium.org/1252953003/diff/1/lib/src/codegen/js_codegen.dart#newcode1389 lib/src/codegen/js_codegen.dart:1389: JS.ArrayInitializer _emitTypeNames(List<DartType> types, thought for future: should we only ...
5 years, 5 months ago (2015-07-24 16:28:28 UTC) #3
Jennifer Messerly
fyi, I'm going to push a branch to test a null aware op ... it ...
5 years, 5 months ago (2015-07-24 16:30:02 UTC) #4
Jennifer Messerly
Quick report on ?? and ?. + works in VM, analyzer, all of our tests ...
5 years, 5 months ago (2015-07-24 16:40:00 UTC) #5
vsm
thanks - ptal https://codereview.chromium.org/1252953003/diff/1/lib/src/codegen/js_codegen.dart File lib/src/codegen/js_codegen.dart (right): https://codereview.chromium.org/1252953003/diff/1/lib/src/codegen/js_codegen.dart#newcode1389 lib/src/codegen/js_codegen.dart:1389: JS.ArrayInitializer _emitTypeNames(List<DartType> types, On 2015/07/24 16:28:28, ...
5 years, 4 months ago (2015-08-07 17:07:33 UTC) #6
vsm
https://codereview.chromium.org/1252953003/diff/40001/lib/runtime/dart_utils.js File lib/runtime/dart_utils.js (right): https://codereview.chromium.org/1252953003/diff/40001/lib/runtime/dart_utils.js#newcode116 lib/runtime/dart_utils.js:116: var hideMap = new Set(hide); John - does this ...
5 years, 4 months ago (2015-08-07 18:20:33 UTC) #7
Jennifer Messerly
LGTM! https://codereview.chromium.org/1252953003/diff/40001/lib/runtime/dart_utils.js File lib/runtime/dart_utils.js (right): https://codereview.chromium.org/1252953003/diff/40001/lib/runtime/dart_utils.js#newcode116 lib/runtime/dart_utils.js:116: var hideMap = new Set(hide); On 2015/08/07 18:20:33, ...
5 years, 4 months ago (2015-08-07 18:52:59 UTC) #8
vsm
https://codereview.chromium.org/1252953003/diff/40001/lib/src/codegen/js_codegen.dart File lib/src/codegen/js_codegen.dart (right): https://codereview.chromium.org/1252953003/diff/40001/lib/src/codegen/js_codegen.dart#newcode1484 lib/src/codegen/js_codegen.dart:1484: // TODO(vsm): On 2015/08/07 18:52:59, John Messerly wrote: > ...
5 years, 4 months ago (2015-08-07 19:38:31 UTC) #9
vsm
5 years, 4 months ago (2015-08-07 19:40:44 UTC) #10
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
33403f6f1f50c353ae1bacbef4bcf7e898c9b7d7 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698