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

Issue 26651006: Switch dart2js 'typedef name = mixinApplication' to 'class name = mixinApplication'. (Closed)

Created:
7 years, 2 months ago by aam-me
Modified:
7 years, 2 months ago
Reviewers:
Johnni Winther, ahe, kasperl
CC:
reviews_dartlang.org, kasperl
Visibility:
Public.

Description

Switch dart2js 'typedef name = mixinApplication' to 'class name = mixinApplication'. BUG= R=johnniwinther@google.com Committed: https://code.google.com/p/dart/source/detail?r=28561

Patch Set 1 #

Total comments: 12

Patch Set 2 : Support modifiers. #

Total comments: 2

Patch Set 3 : Use reportWarningCode instead of reportWarning, which is going away at some point. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+92 lines, -17 lines) Patch
M sdk/lib/_internal/compiler/implementation/dart_backend/utils.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/resolution/members.dart View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/scanner/listener.dart View 5 chunks +5 lines, -5 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/scanner/parser.dart View 1 3 chunks +48 lines, -7 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/tree/nodes.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/warnings.dart View 1 1 chunk +12 lines, -0 lines 0 comments Download
M tests/co19/co19-co19.status View 1 chunk +0 lines, -1 line 0 comments Download
M tests/co19/co19-runtime.status View 1 chunk +1 line, -0 lines 0 comments Download
M tests/compiler/dart2js/analyze_api_test.dart View 1 1 chunk +4 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/analyze_dart2js_test.dart View 1 1 chunk +4 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/mirrors_used_test.dart View 1 1 chunk +4 lines, -0 lines 0 comments Download
M tests/language/language.status View 1 1 chunk +1 line, -0 lines 0 comments Download
M tests/language/mixin_illegal_syntax_test.dart View 1 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
aam-me
Hi, saw dartbug.com/13899 and then noticed change in the spec regarding mixin application definition and ...
7 years, 2 months ago (2013-10-10 03:52:39 UTC) #1
kasperl
Adding Johnni as a reviewer.
7 years, 2 months ago (2013-10-10 06:47:12 UTC) #2
Johnni Winther
Nice work. Can you support abstract named mixin applications as well? For instance: abstract class ...
7 years, 2 months ago (2013-10-10 07:29:56 UTC) #3
ahe
I agree with Johnni, very nice but I guess the modifiers issue should be addressed ...
7 years, 2 months ago (2013-10-10 11:30:14 UTC) #4
aam-me
Johnni, Peter, I appreciate your comments very much. All taken care of I believe. PTAL. ...
7 years, 2 months ago (2013-10-11 03:02:06 UTC) #5
Johnni Winther
LGTM!
7 years, 2 months ago (2013-10-11 08:01:27 UTC) #6
ahe
Thank you, Alexander! https://codereview.chromium.org/26651006/diff/10001/sdk/lib/_internal/compiler/implementation/resolution/members.dart File sdk/lib/_internal/compiler/implementation/resolution/members.dart (right): https://codereview.chromium.org/26651006/diff/10001/sdk/lib/_internal/compiler/implementation/resolution/members.dart#newcode3693 sdk/lib/_internal/compiler/implementation/resolution/members.dart:3693: MessageKind.DEPRECATED_TYPEDEF_MIXIN_SYNTAX.message()); You should use compiler.reportWarningCode instead, ...
7 years, 2 months ago (2013-10-11 08:32:26 UTC) #7
ahe
BTW: I don't mean to imply you can't submit this as is. Johnni has already ...
7 years, 2 months ago (2013-10-11 08:34:15 UTC) #8
aam-me
Thanks for the review! I went ahead with reportWarning->reportWarningCode change. PTAL https://chromiumcodereview.appspot.com/26651006/diff/10001/sdk/lib/_internal/compiler/implementation/resolution/members.dart File sdk/lib/_internal/compiler/implementation/resolution/members.dart (right): ...
7 years, 2 months ago (2013-10-11 11:21:31 UTC) #9
Johnni Winther
Still LGTM!
7 years, 2 months ago (2013-10-11 11:23:11 UTC) #10
aam-me
Thank you Johnni! I will commit later in the US EDT evening when it is ...
7 years, 2 months ago (2013-10-11 11:42:00 UTC) #11
ahe
On 2013/10/11 11:42:00, aam wrote: > Thank you Johnni! > > I will commit later ...
7 years, 2 months ago (2013-10-11 11:42:27 UTC) #12
aam-me
7 years, 2 months ago (2013-10-12 00:55:37 UTC) #13
Message was sent while issue was closed.
Committed patchset #3 manually as r28561 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698