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

Issue 373563002: Handle multiline interpolated strings in line-based scanner. (Closed)

Created:
6 years, 5 months ago by ahe
Modified:
6 years, 5 months ago
CC:
reviews_dartlang.org, Johnni Winther, lukechurch
Visibility:
Public.

Description

Handle multiline interpolated strings in line-based scanner. BUG=https://code.google.com/p/dart/issues/detail?id=18601 R=kasperl@google.com Committed: https://code.google.com/p/dart/source/detail?r=38110

Patch Set 1 : #

Total comments: 7

Patch Set 2 : getDecoration has side effects #

Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -1 line) Patch
M dart/site/try/src/editor.dart View 1 2 chunks +4 lines, -0 lines 0 comments Download
M dart/site/try/src/interaction_manager.dart View 1 5 chunks +54 lines, -1 line 0 comments Download
A dart/tests/language/string_interpolation_newline_test.dart View 1 chunk +20 lines, -0 lines 0 comments Download
M dart/tests/try/paste_content_rewriting_test.dart View 1 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
ahe
https://codereview.chromium.org/373563002/diff/20001/dart/tests/try/paste_content_rewriting_test.dart File dart/tests/try/paste_content_rewriting_test.dart (right): https://codereview.chromium.org/373563002/diff/20001/dart/tests/try/paste_content_rewriting_test.dart#newcode35 dart/tests/try/paste_content_rewriting_test.dart:35: '"\${ [ "\${ [ \'\${ { \'\${\n{\n} }\' : ...
6 years, 5 months ago (2014-07-07 09:36:55 UTC) #1
kasperl
LGTM. https://codereview.chromium.org/373563002/diff/20001/dart/site/try/src/interaction_manager.dart File dart/site/try/src/interaction_manager.dart (right): https://codereview.chromium.org/373563002/diff/20001/dart/site/try/src/interaction_manager.dart#newcode1315 dart/site/try/src/interaction_manager.dart:1315: // Looking at $identifier. So token is $ ...
6 years, 5 months ago (2014-07-07 11:16:39 UTC) #2
ahe
PTAL getDecoration has side-effects (setting isMalformedInput) which prevent compilation from starting. So getDecoration shouldn't be ...
6 years, 5 months ago (2014-07-09 10:11:13 UTC) #3
kasperl
Still LGTM.
6 years, 5 months ago (2014-07-09 10:13:42 UTC) #4
ahe
Committed patchset #2 manually as r38110 (presubmit successful).
6 years, 5 months ago (2014-07-10 08:39:18 UTC) #5
ahe
6 years, 5 months ago (2014-07-10 08:39:19 UTC) #6
Message was sent while issue was closed.
Thank you, Kasper!

Powered by Google App Engine
This is Rietveld 408576698