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

Issue 12374094: Implement complex super assignment. (Closed)

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

Description

Implement complex super assignment. Committed: https://code.google.com/p/dart/source/detail?r=19452

Patch Set 1 : #

Patch Set 2 : #

Total comments: 19

Patch Set 3 : #

Total comments: 7

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+484 lines, -85 lines) Patch
M sdk/lib/_internal/compiler/implementation/elements/elements.dart View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/elements/modelx.dart View 1 2 3 4 1 chunk +9 lines, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/enqueue.dart View 1 2 1 chunk +10 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/resolution/members.dart View 1 2 3 chunks +10 lines, -9 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/builder.dart View 1 2 3 8 chunks +114 lines, -67 lines 0 comments Download
M tests/co19/co19-dart2js.status View 1 2 3 chunks +0 lines, -3 lines 0 comments Download
M tests/language/language.status View 1 2 3 4 1 chunk +4 lines, -1 line 0 comments Download
M tests/language/language_dart2js.status View 1 2 2 chunks +0 lines, -4 lines 0 comments Download
A tests/language/super_getter_setter_test.dart View 1 chunk +103 lines, -0 lines 0 comments Download
A tests/language/super_operator_index3_test.dart View 1 chunk +36 lines, -0 lines 0 comments Download
A tests/language/super_operator_index4_test.dart View 1 chunk +36 lines, -0 lines 0 comments Download
A tests/language/super_operator_index5_test.dart View 1 chunk +41 lines, -0 lines 0 comments Download
A tests/language/super_operator_index6_test.dart View 1 chunk +41 lines, -0 lines 0 comments Download
A tests/language/super_operator_index7_test.dart View 1 chunk +43 lines, -0 lines 0 comments Download
A tests/language/super_setter_interceptor_test.dart View 1 chunk +36 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
ngeoffray
7 years, 9 months ago (2013-03-04 22:32:50 UTC) #1
kasperl
https://codereview.chromium.org/12374094/diff/5001/sdk/lib/_internal/compiler/implementation/elements/elements.dart File sdk/lib/_internal/compiler/implementation/elements/elements.dart (right): https://codereview.chromium.org/12374094/diff/5001/sdk/lib/_internal/compiler/implementation/elements/elements.dart#newcode762 sdk/lib/_internal/compiler/implementation/elements/elements.dart:762: Element lookupSelector(Selector selector, {bool superLookup}); Maybe it's time to ...
7 years, 9 months ago (2013-03-05 07:32:36 UTC) #2
ngeoffray
Thanks Kasper. PTAL. https://codereview.chromium.org/12374094/diff/5001/sdk/lib/_internal/compiler/implementation/elements/elements.dart File sdk/lib/_internal/compiler/implementation/elements/elements.dart (right): https://codereview.chromium.org/12374094/diff/5001/sdk/lib/_internal/compiler/implementation/elements/elements.dart#newcode762 sdk/lib/_internal/compiler/implementation/elements/elements.dart:762: Element lookupSelector(Selector selector, {bool superLookup}); On ...
7 years, 9 months ago (2013-03-05 08:46:25 UTC) #3
kasperl
LGTM. https://codereview.chromium.org/12374094/diff/12001/sdk/lib/_internal/compiler/implementation/elements/modelx.dart File sdk/lib/_internal/compiler/implementation/elements/modelx.dart (right): https://codereview.chromium.org/12374094/diff/12001/sdk/lib/_internal/compiler/implementation/elements/modelx.dart#newcode1536 sdk/lib/_internal/compiler/implementation/elements/modelx.dart:1536: for (ClassElement current = isSuperLookup ? getEnclosingClass() : ...
7 years, 9 months ago (2013-03-05 08:57:42 UTC) #4
ahe
I like how this ended up.
7 years, 9 months ago (2013-03-05 09:08:41 UTC) #5
ngeoffray
Thanks Kasper https://codereview.chromium.org/12374094/diff/12001/sdk/lib/_internal/compiler/implementation/elements/modelx.dart File sdk/lib/_internal/compiler/implementation/elements/modelx.dart (right): https://codereview.chromium.org/12374094/diff/12001/sdk/lib/_internal/compiler/implementation/elements/modelx.dart#newcode1536 sdk/lib/_internal/compiler/implementation/elements/modelx.dart:1536: for (ClassElement current = isSuperLookup ? getEnclosingClass() ...
7 years, 9 months ago (2013-03-05 09:09:40 UTC) #6
ngeoffray
7 years, 9 months ago (2013-03-05 09:29:16 UTC) #7
Message was sent while issue was closed.
Committed patchset #5 manually as r19452 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698