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

Issue 10854216: Fix for class members cannot have the same name as the class in dart2js (Closed)

Created:
8 years, 4 months ago by aam-me
Modified:
8 years, 4 months ago
Reviewers:
ahe
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix for class members cannot have the same name as the class in dart2js Fix to 3988: class member cannot have the same names as the class BUG=dart:3988 TEST=

Patch Set 1 #

Total comments: 3

Patch Set 2 : Moved modifier validation logic from parser to resolver. Fixed messages. #

Patch Set 3 : Removed accidently added blank line. #

Total comments: 3

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -13 lines) Patch
M lib/compiler/implementation/resolver.dart View 1 2 3 2 chunks +24 lines, -0 lines 0 comments Download
M lib/compiler/implementation/warnings.dart View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M tests/co19/co19-dart2js.status View 2 chunks +0 lines, -12 lines 0 comments Download
M tests/language/language_dart2js.status View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
ahe
Looking nice, but I'd like to move the error checking to the resolver. https://chromiumcodereview.appspot.com/10854216/diff/1/lib/compiler/implementation/scanner/class_element_parser.dart File ...
8 years, 4 months ago (2012-08-24 08:32:18 UTC) #1
aam-me
Thanks, Peter. Moved the logic to the resolver. Is that what you had in mind? ...
8 years, 4 months ago (2012-08-25 00:33:43 UTC) #2
ahe
LGTM! No need to wait for another review when you have addressed the minor nits ...
8 years, 4 months ago (2012-08-25 04:37:19 UTC) #3
aam-me
Thanks, Peter, I addressed all the things you pointed out.
8 years, 4 months ago (2012-08-25 10:31:52 UTC) #4
ahe
Still LGTM. I think you should be able to submit this yourself.
8 years, 4 months ago (2012-08-25 13:27:25 UTC) #5
aam-me
8 years, 4 months ago (2012-08-26 01:19:38 UTC) #6

Powered by Google App Engine
This is Rietveld 408576698