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

Issue 10541063: Fix for issue 1389 (Closed)

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

Description

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -48 lines) Patch
M compiler/java/com/google/dart/compiler/parser/DartParser.java View 1 2 5 chunks +69 lines, -48 lines 0 comments Download
M compiler/javatests/com/google/dart/compiler/parser/NegativeParserTest.java View 1 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Brian Wilkerson
8 years, 6 months ago (2012-06-07 22:19:40 UTC) #1
zundel
I don't know, this just doesn't seem to be the right solution. The compiler is ...
8 years, 6 months ago (2012-06-07 22:52:33 UTC) #2
Brian Wilkerson
> one possible alternative solution; create a new kind of exception: > UnterminatedStringException and throw ...
8 years, 6 months ago (2012-06-08 15:22:08 UTC) #3
zundel
http://codereview.chromium.org/10541063/diff/3001/compiler/java/com/google/dart/compiler/parser/DartParser.java File compiler/java/com/google/dart/compiler/parser/DartParser.java (right): http://codereview.chromium.org/10541063/diff/3001/compiler/java/com/google/dart/compiler/parser/DartParser.java#newcode2487 compiler/java/com/google/dart/compiler/parser/DartParser.java:2487: private static class ParseError extends RuntimeException { StringInterpolationParseError? I ...
8 years, 6 months ago (2012-06-08 16:54:48 UTC) #4
Brian Wilkerson
http://codereview.chromium.org/10541063/diff/3001/compiler/java/com/google/dart/compiler/parser/DartParser.java File compiler/java/com/google/dart/compiler/parser/DartParser.java (right): http://codereview.chromium.org/10541063/diff/3001/compiler/java/com/google/dart/compiler/parser/DartParser.java#newcode2487 compiler/java/com/google/dart/compiler/parser/DartParser.java:2487: private static class ParseError extends RuntimeException { Done http://codereview.chromium.org/10541063/diff/3001/compiler/java/com/google/dart/compiler/parser/DartParser.java#newcode2545 ...
8 years, 6 months ago (2012-06-08 16:58:04 UTC) #5
Brian Wilkerson
So, does this look ok now?
8 years, 6 months ago (2012-06-08 18:56:35 UTC) #6
zundel
8 years, 6 months ago (2012-06-08 20:16:03 UTC) #7
lgtm

Powered by Google App Engine
This is Rietveld 408576698