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

Issue 19405002: Implement reflecting on static fields. (Closed)

Created:
7 years, 5 months ago by ahe
Modified:
7 years, 5 months ago
Reviewers:
ngeoffray
CC:
reviews_dartlang.org, rmacnak, Michael Lippautz (Google)
Visibility:
Public.

Description

Implement reflecting on static fields. BUG=http://dartbug.com/11745 R=ngeoffray@google.com Committed: https://code.google.com/p/dart/source/detail?r=25086

Patch Set 1 #

Total comments: 4

Patch Set 2 : Fix issues found during testing. #

Patch Set 3 : Fix a long line. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+188 lines, -76 lines) Patch
M dart/sdk/lib/_internal/compiler/implementation/elements/elements.dart View 1 1 chunk +3 lines, -0 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/elements/modelx.dart View 1 chunk +12 lines, -0 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart View 1 2 9 chunks +89 lines, -42 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter_no_eval.dart View 1 2 chunks +9 lines, -7 lines 0 comments Download
M dart/sdk/lib/_internal/lib/js_mirrors.dart View 1 8 chunks +60 lines, -18 lines 0 comments Download
M dart/tests/compiler/dart2js/dart2js.status View 1 1 chunk +1 line, -0 lines 0 comments Download
M dart/tests/lib/lib.status View 1 1 chunk +1 line, -0 lines 0 comments Download
A + dart/tests/lib/mirrors/inherit_field_test.dart View 1 1 chunk +11 lines, -5 lines 0 comments Download
M dart/tests/lib/mirrors/static_test.dart View 1 chunk +2 lines, -4 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
ahe
7 years, 5 months ago (2013-07-16 20:42:44 UTC) #1
ngeoffray
LGTM https://codereview.chromium.org/19405002/diff/1/dart/sdk/lib/_internal/compiler/implementation/elements/modelx.dart File dart/sdk/lib/_internal/compiler/implementation/elements/modelx.dart (right): https://codereview.chromium.org/19405002/diff/1/dart/sdk/lib/_internal/compiler/implementation/elements/modelx.dart#newcode1896 dart/sdk/lib/_internal/compiler/implementation/elements/modelx.dart:1896: void forEachStaticField(void f(ClassElement enclosingClass, Element field)) { Does ...
7 years, 5 months ago (2013-07-17 07:41:11 UTC) #2
ahe
Thank you, Nicolas. I'm submitting now, but I found a few issues while testing, these ...
7 years, 5 months ago (2013-07-17 08:39:15 UTC) #3
ahe
Committed patchset #3 manually as r25086 (presubmit successful).
7 years, 5 months ago (2013-07-17 08:40:49 UTC) #4
ngeoffray
7 years, 5 months ago (2013-07-17 08:43:20 UTC) #5
Message was sent while issue was closed.
Still LGTM

Powered by Google App Engine
This is Rietveld 408576698