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

Issue 8972003: Promote class to a reserved word (Closed)

Created:
9 years ago by codefu
Modified:
9 years ago
Reviewers:
jimhug, mmendez
CC:
reviews_dartlang.org, gbracha, Ivan Posva
Visibility:
Public.

Description

Promote class to a reserved word Promote class as a reserved word http://code.google.com/p/dart/issues/detail?id=870 Cleaning old test that had invalid assumptions; makeing two new tests (jUnit and shared test). Marking Frog and VM as failing. R=mmendez BUG= TEST= Committed: https://code.google.com/p/dart/source/detail?r=2550

Patch Set 1 #

Total comments: 10
Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -6 lines) Patch
M compiler/java/com/google/dart/compiler/parser/DartParser.java View 4 chunks +2 lines, -4 lines 0 comments Download
M compiler/java/com/google/dart/compiler/parser/Token.java View 1 chunk +1 line, -0 lines 2 comments Download
M compiler/javatests/com/google/dart/compiler/parser/NegativeParserTest.java View 1 chunk +11 lines, -0 lines 0 comments Download
M tests/language/language.status View 2 chunks +4 lines, -0 lines 4 comments Download
A tests/language/src/ClassKeywordNegativeTest.dart View 1 chunk +11 lines, -0 lines 4 comments Download
M tests/language/src/PseudoKWTest.dart View 2 chunks +1 line, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
codefu
9 years ago (2011-12-15 20:12:51 UTC) #1
mmendez
lgtm with nits http://codereview.chromium.org/8972003/diff/1/compiler/java/com/google/dart/compiler/parser/Token.java File compiler/java/com/google/dart/compiler/parser/Token.java (right): http://codereview.chromium.org/8972003/diff/1/compiler/java/com/google/dart/compiler/parser/Token.java#newcode93 compiler/java/com/google/dart/compiler/parser/Token.java:93: CLASS("class",0), Note that extends, false, is, ...
9 years ago (2011-12-16 15:58:24 UTC) #2
codefu
Adding +gbracha, +iposva, and +jimhug to CC for their opinions on this change. http://codereview.chromium.org/8972003/diff/1/compiler/java/com/google/dart/compiler/parser/Token.java File ...
9 years ago (2011-12-16 16:56:29 UTC) #3
jimhug
http://codereview.chromium.org/8972003/diff/1/tests/language/language.status File tests/language/language.status (right): http://codereview.chromium.org/8972003/diff/1/tests/language/language.status#newcode189 tests/language/language.status:189: ClassKeywordNegativeTest/01: Fail # Issue 874 I'm a little bit ...
9 years ago (2011-12-16 17:47:47 UTC) #4
codefu
http://codereview.chromium.org/8972003/diff/1/tests/language/language.status File tests/language/language.status (right): http://codereview.chromium.org/8972003/diff/1/tests/language/language.status#newcode189 tests/language/language.status:189: ClassKeywordNegativeTest/01: Fail # Issue 874 On 2011/12/16 17:47:47, jimhug ...
9 years ago (2011-12-16 19:11:59 UTC) #5
jimhug
9 years ago (2011-12-16 22:36:12 UTC) #6
> Eric and  Konstantin really done a great job on our junit tests.  We test for
> line, column & length, and error code.

Yep, I saw those and was feeling a little jealous.  We're going to have to
figure out how to get the benefits of those for frog.

In case you were waiting, this lgtm so long as the tests are "passing" in frog
and the VM - i.e. this won't break the build.

Powered by Google App Engine
This is Rietveld 408576698