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

Issue 27223005: Implement new mixin application syntax (Closed)

Created:
7 years, 2 months ago by hausner
Modified:
7 years, 2 months ago
Reviewers:
regis
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Implement new mixin application syntax Implment the class X = S with M syntax, add warning on deprecated typedef syntax. Also convert a handful of tests. More tests to be converted subsequently. R=regis@google.com Committed: https://code.google.com/p/dart/source/detail?r=28652

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -32 lines) Patch
M runtime/vm/parser.cc View 1 8 chunks +33 lines, -18 lines 0 comments Download
M tests/co19/co19-runtime.status View 1 1 chunk +0 lines, -2 lines 0 comments Download
M tests/language/language.status View 1 1 chunk +0 lines, -1 line 0 comments Download
M tests/language/mixin_black_listed_test.dart View 1 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language/mixin_cyclic_test.dart View 1 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language/mixin_field_test.dart View 1 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
hausner
Testing dart2js et al in progress
7 years, 2 months ago (2013-10-14 23:31:49 UTC) #1
regis
LGTM Most if not all comments are unrelated to your cl, but maybe it is ...
7 years, 2 months ago (2013-10-15 00:19:41 UTC) #2
hausner
https://codereview.chromium.org/27223005/diff/1/runtime/vm/parser.cc File runtime/vm/parser.cc (right): https://codereview.chromium.org/27223005/diff/1/runtime/vm/parser.cc#newcode3842 runtime/vm/parser.cc:3842: cls.set_is_synthesized_class(); On 2013/10/15 00:19:41, regis wrote: > I am ...
7 years, 2 months ago (2013-10-15 15:57:06 UTC) #3
hausner
7 years, 2 months ago (2013-10-15 16:13:11 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r28652 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698