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

Issue 23450040: Implement redirecting factories in mirrors. (Closed)

Created:
7 years, 3 months ago by ngeoffray
Modified:
7 years, 3 months ago
Reviewers:
ahe, karlklose
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Implement redirecting factories in mirrors. R=ahe@google.com Committed: https://code.google.com/p/dart/source/detail?r=27561

Patch Set 1 : #

Total comments: 2

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+163 lines, -13 lines) Patch
M sdk/lib/_internal/compiler/implementation/ssa/builder.dart View 1 2 3 4 2 chunks +33 lines, -8 lines 0 comments Download
M tests/lib/lib.status View 1 2 3 4 2 chunks +6 lines, -0 lines 0 comments Download
M tests/lib/mirrors/mirrors_test.dart View 1 2 3 4 2 chunks +2 lines, -5 lines 0 comments Download
A tests/lib/mirrors/redirecting_factory_test.dart View 1 2 1 chunk +122 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
ngeoffray
7 years, 3 months ago (2013-09-16 20:15:42 UTC) #1
karlklose
DBC https://codereview.chromium.org/23450040/diff/1001/sdk/lib/_internal/compiler/implementation/ssa/builder.dart File sdk/lib/_internal/compiler/implementation/ssa/builder.dart (right): https://codereview.chromium.org/23450040/diff/1001/sdk/lib/_internal/compiler/implementation/ssa/builder.dart#newcode4185 sdk/lib/_internal/compiler/implementation/ssa/builder.dart:4185: if (node.isRedirectingFactoryBody) { Please add a TODO for ...
7 years, 3 months ago (2013-09-17 09:12:51 UTC) #2
ahe
LGTM! https://codereview.chromium.org/23450040/diff/5001/tests/lib/mirrors/mirrors_test.dart File tests/lib/mirrors/mirrors_test.dart (right): https://codereview.chromium.org/23450040/diff/5001/tests/lib/mirrors/mirrors_test.dart#newcode224 tests/lib/mirrors/mirrors_test.dart:224: if (isDart2js) return; Can you remove this one ...
7 years, 3 months ago (2013-09-17 10:06:02 UTC) #3
ngeoffray
Thanks Karl and Peter. https://codereview.chromium.org/23450040/diff/1001/sdk/lib/_internal/compiler/implementation/ssa/builder.dart File sdk/lib/_internal/compiler/implementation/ssa/builder.dart (right): https://codereview.chromium.org/23450040/diff/1001/sdk/lib/_internal/compiler/implementation/ssa/builder.dart#newcode4185 sdk/lib/_internal/compiler/implementation/ssa/builder.dart:4185: if (node.isRedirectingFactoryBody) { On 2013/09/17 ...
7 years, 3 months ago (2013-09-17 12:02:24 UTC) #4
ngeoffray
7 years, 3 months ago (2013-09-17 12:05:47 UTC) #5
Message was sent while issue was closed.
Committed patchset #5 manually as r27561 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698