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

Issue 9666015: Update analysis to support adjacent string literals (Closed)

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

Description

Patch Set 1 : Add back ICE #

Unified diffs Side-by-side diffs Delta from patch set Stats (+265 lines, -47 lines) Patch
M compiler/java/com/google/dart/compiler/parser/DartParser.java View 10 chunks +145 lines, -38 lines 0 comments Download
M compiler/java/com/google/dart/compiler/parser/ParserErrorCode.java View 2 chunks +2 lines, -1 line 0 comments Download
M compiler/javatests/com/google/dart/compiler/parser/SyntaxTest.java View 2 chunks +115 lines, -7 lines 0 comments Download
M tests/co19/co19-compiler.status View 1 chunk +3 lines, -0 lines 0 comments Download
M tests/language/language.status View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
zundel
Here is one way to incorporate the new 'adjacent string' feature that replaces string concatenation ...
8 years, 9 months ago (2012-03-09 21:18:02 UTC) #1
zundel
8 years, 9 months ago (2012-03-09 21:18:20 UTC) #2
scheglov
LGTM
8 years, 9 months ago (2012-03-09 21:33:46 UTC) #3
Brian Wilkerson
8 years, 9 months ago (2012-03-09 21:38:20 UTC) #4
I think we should get this in as is for now to fix the immediate problems, but
long term we need to create a new AST node to represent this kind of structure
so that we know where the individual strings are located in the source.

Powered by Google App Engine
This is Rietveld 408576698