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

Issue 12340085: Progress in generic mixins (Closed)

Created:
7 years, 10 months ago by hausner
Modified:
7 years, 10 months ago
Reviewers:
regis
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Progress in generic mixins Handle generic mixin applications in class declarations, but not yet in type aliases. Committed: https://code.google.com/p/dart/source/detail?r=19097

Patch Set 1 #

Patch Set 2 : #

Total comments: 3

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -16 lines) Patch
M runtime/vm/class_finalizer.cc View 1 chunk +25 lines, -0 lines 0 comments Download
M runtime/vm/parser.cc View 1 2 5 chunks +26 lines, -14 lines 0 comments Download
M tests/language/language.status View 1 2 chunks +0 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
hausner
One step at a time...
7 years, 10 months ago (2013-02-26 21:58:23 UTC) #1
regis
LGTM https://codereview.chromium.org/12340085/diff/4001/runtime/vm/parser.cc File runtime/vm/parser.cc (right): https://codereview.chromium.org/12340085/diff/4001/runtime/vm/parser.cc#newcode3448 runtime/vm/parser.cc:3448: Type& mixin_application_type = Type::Handle(ParseMixins(mixin_super_type)); const? (and break line) ...
7 years, 10 months ago (2013-02-26 22:49:54 UTC) #2
hausner
Thank you. https://codereview.chromium.org/12340085/diff/4001/runtime/vm/parser.cc File runtime/vm/parser.cc (right): https://codereview.chromium.org/12340085/diff/4001/runtime/vm/parser.cc#newcode3448 runtime/vm/parser.cc:3448: Type& mixin_application_type = Type::Handle(ParseMixins(mixin_super_type)); On 2013/02/26 22:49:54, ...
7 years, 10 months ago (2013-02-26 23:39:26 UTC) #3
hausner
7 years, 10 months ago (2013-02-26 23:39:42 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 manually as r19097 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698