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

Issue 19811002: Do not emit substitutions for unnamed mixin applications. (Closed)

Created:
7 years, 5 months ago by karlklose
Modified:
7 years, 4 months ago
Reviewers:
Johnni Winther
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Do not emit substitutions for unnamed mixin applications. Unnamed mixin applications do not hold the type variables that would be required in the substitution. Since a substitution can never be called on them directly, emit the substitutions on the class that mixes them in. BUG= R=johnniwinther@google.com Committed: https://code.google.com/p/dart/source/detail?r=25919

Patch Set 1 #

Patch Set 2 : Restore removed line breaks. #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -19 lines) Patch
M sdk/lib/_internal/compiler/implementation/elements/elements.dart View 1 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/elements/modelx.dart View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/js_backend/runtime_types.dart View 1 2 1 chunk +5 lines, -7 lines 0 comments Download
A + tests/language/mixin_type_parameter4_test.dart View 1 chunk +11 lines, -12 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
karlklose
7 years, 4 months ago (2013-08-07 12:59:55 UTC) #1
Johnni Winther
lgtm
7 years, 4 months ago (2013-08-07 13:35:41 UTC) #2
karlklose
7 years, 4 months ago (2013-08-08 08:49:17 UTC) #3
Message was sent while issue was closed.
Committed patchset #3 manually as r25919 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698