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

Issue 12377081: Register instantiated types instead of instantiated classes in the resolver. (Closed)

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

Description

Register instantiated types instead of instantiated classes in the resolver. Committed: https://code.google.com/p/dart/source/detail?r=19479

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : Small bugfix: use the raw type if no type argument is given. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -15 lines) Patch
M sdk/lib/_internal/compiler/implementation/closure.dart View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/enqueue.dart View 1 2 2 chunks +7 lines, -4 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/js_backend/runtime_types.dart View 1 chunk +0 lines, -9 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/resolution/members.dart View 1 2 1 chunk +10 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
karlklose
7 years, 9 months ago (2013-03-05 09:59:15 UTC) #1
ngeoffray
LGTM https://codereview.chromium.org/12377081/diff/2001/sdk/lib/_internal/compiler/implementation/enqueue.dart File sdk/lib/_internal/compiler/implementation/enqueue.dart (right): https://codereview.chromium.org/12377081/diff/2001/sdk/lib/_internal/compiler/implementation/enqueue.dart#newcode101 sdk/lib/_internal/compiler/implementation/enqueue.dart:101: void registerInstantiatedClass(ClassElement cls) { Remove this method? https://codereview.chromium.org/12377081/diff/2001/sdk/lib/_internal/compiler/implementation/js_backend/runtime_types.dart ...
7 years, 9 months ago (2013-03-05 10:14:10 UTC) #2
karlklose
Thanks, Nicolas! https://codereview.chromium.org/12377081/diff/2001/sdk/lib/_internal/compiler/implementation/enqueue.dart File sdk/lib/_internal/compiler/implementation/enqueue.dart (right): https://codereview.chromium.org/12377081/diff/2001/sdk/lib/_internal/compiler/implementation/enqueue.dart#newcode101 sdk/lib/_internal/compiler/implementation/enqueue.dart:101: void registerInstantiatedClass(ClassElement cls) { It still serves ...
7 years, 9 months ago (2013-03-05 11:34:30 UTC) #3
karlklose
7 years, 9 months ago (2013-03-05 13:42:14 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 manually as r19479 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698