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

Issue 1186683005: dart:mirrors (Closed)

Created:
5 years, 6 months ago by vsm
Modified:
5 years, 6 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

dart:mirrors This is a very bare bones version - just enough to get angular running. See #199 R=jmesserly@google.com Committed: https://github.com/dart-lang/dev_compiler/commit/e3cb97170c8dce531887cf1969769cd523513d1d

Patch Set 1 #

Patch Set 2 : Add spreadcalls flag check #

Total comments: 43

Patch Set 3 : Address comments #

Total comments: 4

Patch Set 4 : FIXME to TODO #

Patch Set 5 : Rebase expectations #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1857 lines, -81 lines) Patch
M lib/runtime/_operations.js View 1 2 3 chunks +9 lines, -2 lines 0 comments Download
A lib/runtime/dart/_js_mirrors.js View 1 2 1 chunk +207 lines, -0 lines 0 comments Download
A lib/runtime/dart/mirrors.js View 1 chunk +140 lines, -0 lines 0 comments Download
M lib/runtime/dart_runtime.js View 2 chunks +2 lines, -1 line 0 comments Download
M lib/runtime/dart_utils.js View 1 chunk +6 lines, -0 lines 0 comments Download
M lib/runtime/harmony_feature_check.js View 1 2 chunks +4 lines, -2 lines 0 comments Download
M lib/src/codegen/js_names.dart View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M lib/src/dependency_graph.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M test/codegen/expect/html_input.html View 1 chunk +2 lines, -0 lines 0 comments Download
M test/codegen/expect/sunflower/sunflower.html View 1 chunk +2 lines, -0 lines 0 comments Download
M tool/build_sdk.sh View 1 chunk +1 line, -1 line 0 comments Download
A tool/input_sdk/lib/mirrors/mirrors.dart View 1 chunk +1235 lines, -0 lines 0 comments Download
M tool/input_sdk/private/js_mirrors.dart View 1 2 3 1 chunk +162 lines, -12 lines 0 comments Download
M tool/sdk_expected_errors.txt View 1 2 3 4 6 chunks +84 lines, -63 lines 0 comments Download

Messages

Total messages: 11 (1 generated)
vsm
Add spreadcalls flag check
5 years, 6 months ago (2015-06-13 00:15:13 UTC) #1
vsm
5 years, 6 months ago (2015-06-13 00:16:00 UTC) #3
Jennifer Messerly
wow, really neat to see progress on this! https://codereview.chromium.org/1186683005/diff/20001/lib/runtime/dart_runtime.js File lib/runtime/dart_runtime.js (right): https://codereview.chromium.org/1186683005/diff/20001/lib/runtime/dart_runtime.js#newcode66 lib/runtime/dart_runtime.js:66: exportFrom(operations, ...
5 years, 6 months ago (2015-06-15 16:42:02 UTC) #4
Leaf
https://codereview.chromium.org/1186683005/diff/20001/lib/runtime/_operations.js File lib/runtime/_operations.js (right): https://codereview.chromium.org/1186683005/diff/20001/lib/runtime/_operations.js#newcode12 lib/runtime/_operations.js:12: 'dart/collection', Nit: Alphabetize? https://codereview.chromium.org/1186683005/diff/20001/lib/runtime/_operations.js#newcode18 lib/runtime/_operations.js:18: ], function(exports, async, core, ...
5 years, 6 months ago (2015-06-15 17:53:09 UTC) #5
Jennifer Messerly
https://codereview.chromium.org/1186683005/diff/20001/lib/runtime/dart_runtime.js File lib/runtime/dart_runtime.js (right): https://codereview.chromium.org/1186683005/diff/20001/lib/runtime/dart_runtime.js#newcode66 lib/runtime/dart_runtime.js:66: exportFrom(operations, [ On 2015/06/15 17:53:09, Leaf wrote: > On ...
5 years, 6 months ago (2015-06-15 18:00:20 UTC) #6
vsm
thanks - PTAL https://codereview.chromium.org/1186683005/diff/20001/lib/runtime/_operations.js File lib/runtime/_operations.js (right): https://codereview.chromium.org/1186683005/diff/20001/lib/runtime/_operations.js#newcode12 lib/runtime/_operations.js:12: 'dart/collection', On 2015/06/15 17:53:09, Leaf wrote: ...
5 years, 6 months ago (2015-06-15 20:59:47 UTC) #7
Jennifer Messerly
https://codereview.chromium.org/1186683005/diff/20001/tool/input_sdk/private/js_mirrors.dart File tool/input_sdk/private/js_mirrors.dart (right): https://codereview.chromium.org/1186683005/diff/20001/tool/input_sdk/private/js_mirrors.dart#newcode37 tool/input_sdk/private/js_mirrors.dart:37: final dynamic _dart = JS('', 'dart'); On 2015/06/15 20:59:47, ...
5 years, 6 months ago (2015-06-15 21:40:17 UTC) #8
Jennifer Messerly
oops, forgot LGTM
5 years, 6 months ago (2015-06-15 21:40:28 UTC) #9
vsm
https://codereview.chromium.org/1186683005/diff/40001/tool/input_sdk/private/js_mirrors.dart File tool/input_sdk/private/js_mirrors.dart (right): https://codereview.chromium.org/1186683005/diff/40001/tool/input_sdk/private/js_mirrors.dart#newcode105 tool/input_sdk/private/js_mirrors.dart:105: // FIXME(vsm): This is only populating the default constructor ...
5 years, 6 months ago (2015-06-15 22:46:47 UTC) #10
vsm
5 years, 6 months ago (2015-06-15 23:23:04 UTC) #11
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
e3cb97170c8dce531887cf1969769cd523513d1d (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698