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

Issue 10012012: Error recovery for unsupported operator overloads (Closed)

Created:
8 years, 8 months ago by zundel
Modified:
8 years, 8 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Error recovery for unsupported operator overloads Committed: https://code.google.com/p/dart/source/detail?r=6245

Patch Set 1 : 'got rid of syntax test' #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -3 lines) Patch
M compiler/java/com/google/dart/compiler/parser/DartParser.java View 2 chunks +25 lines, -3 lines 2 comments Download
M compiler/java/com/google/dart/compiler/parser/ParserErrorCode.java View 1 chunk +1 line, -0 lines 0 comments Download
M compiler/javatests/com/google/dart/compiler/parser/ParserRecoveryTest.java View 1 chunk +27 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
zundel
8 years, 8 months ago (2012-04-05 18:41:41 UTC) #1
zundel
https://chromiumcodereview.appspot.com/10012012/diff/2001/compiler/java/com/google/dart/compiler/parser/DartParser.java File compiler/java/com/google/dart/compiler/parser/DartParser.java (right): https://chromiumcodereview.appspot.com/10012012/diff/2001/compiler/java/com/google/dart/compiler/parser/DartParser.java#newcode1181 compiler/java/com/google/dart/compiler/parser/DartParser.java:1181: DartExpression name = new DartIdentifier(""); @Brian, this is a ...
8 years, 8 months ago (2012-04-05 18:45:36 UTC) #2
scheglov
LGTM
8 years, 8 months ago (2012-04-05 19:15:37 UTC) #3
Brian Wilkerson
8 years, 8 months ago (2012-04-05 19:47:46 UTC) #4
LGTM. Thanks!

Powered by Google App Engine
This is Rietveld 408576698