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

Issue 22692002: Implement reflecting on mixin applications. (Closed)

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

Description

Implement reflecting on mixin applications. BUG=http://dartbug.com/12055 R=johnniwinther@google.com Committed: https://code.google.com/p/dart/source/detail?r=26162

Patch Set 1 : #

Total comments: 6

Patch Set 2 : Merged with bleeding_edge #

Patch Set 3 : Minor bug fixes during testing. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+425 lines, -30 lines) Patch
M dart/sdk/lib/_internal/compiler/implementation/elements/elements.dart View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/enqueue.dart View 1 3 chunks +9 lines, -13 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart View 1 2 2 chunks +6 lines, -2 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter_no_eval.dart View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/js_backend/namer.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/resolution/members.dart View 1 chunk +1 line, -1 line 0 comments Download
M dart/sdk/lib/_internal/lib/js_mirrors.dart View 1 2 7 chunks +135 lines, -12 lines 0 comments Download
M dart/tests/lib/lib.status View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A dart/tests/lib/mirrors/mixin_test.dart View 1 2 1 chunk +267 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
ahe
7 years, 4 months ago (2013-08-08 15:29:14 UTC) #1
Johnni Winther
lgtm https://codereview.chromium.org/22692002/diff/3001/dart/sdk/lib/_internal/lib/js_mirrors.dart File dart/sdk/lib/_internal/lib/js_mirrors.dart (right): https://codereview.chromium.org/22692002/diff/3001/dart/sdk/lib/_internal/lib/js_mirrors.dart#newcode460 dart/sdk/lib/_internal/lib/js_mirrors.dart:460: return s('${n(mixin.qualifiedName)}(${n(superclass.qualifiedName)})'); What naming convention is this? What ...
7 years, 4 months ago (2013-08-09 06:31:01 UTC) #2
ahe
Thank you, Johnni. A few notes to myself below. https://codereview.chromium.org/22692002/diff/3001/dart/sdk/lib/_internal/lib/js_mirrors.dart File dart/sdk/lib/_internal/lib/js_mirrors.dart (right): https://codereview.chromium.org/22692002/diff/3001/dart/sdk/lib/_internal/lib/js_mirrors.dart#newcode460 dart/sdk/lib/_internal/lib/js_mirrors.dart:460: ...
7 years, 4 months ago (2013-08-09 12:17:48 UTC) #3
ahe
Submitting and will follow up to address my own notes. I've also filed http://dartbug.com/12464 to ...
7 years, 4 months ago (2013-08-14 22:10:05 UTC) #4
ahe
7 years, 4 months ago (2013-08-14 22:10:43 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as r26162 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698