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

Issue 24493007: Discard first line of multiline string if only whitespace (Closed)

Created:
7 years, 2 months ago by hausner
Modified:
7 years, 2 months ago
Reviewers:
Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Discard first line of multiline string if only whitespace R=iposva@google.com Committed: https://code.google.com/p/dart/source/detail?r=27895

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -17 lines) Patch
M runtime/vm/scanner.h View 1 1 chunk +4 lines, -2 lines 0 comments Download
M runtime/vm/scanner.cc View 1 4 chunks +25 lines, -11 lines 0 comments Download
M tests/co19/co19-runtime.status View 2 chunks +0 lines, -4 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
hausner
7 years, 2 months ago (2013-09-25 16:15:33 UTC) #1
Ivan Posva
LGTM -ip https://codereview.chromium.org/24493007/diff/1/runtime/vm/scanner.cc File runtime/vm/scanner.cc (right): https://codereview.chromium.org/24493007/diff/1/runtime/vm/scanner.cc#newcode432 runtime/vm/scanner.cc:432: ScanLiteralStringChars(is_raw, true); Can't you pass string_is_multiline_ here? ...
7 years, 2 months ago (2013-09-25 16:31:50 UTC) #2
hausner
https://codereview.chromium.org/24493007/diff/1/runtime/vm/scanner.cc File runtime/vm/scanner.cc (right): https://codereview.chromium.org/24493007/diff/1/runtime/vm/scanner.cc#newcode432 runtime/vm/scanner.cc:432: ScanLiteralStringChars(is_raw, true); On 2013/09/25 16:31:50, Ivan Posva wrote: > ...
7 years, 2 months ago (2013-09-25 17:06:49 UTC) #3
hausner
7 years, 2 months ago (2013-09-25 17:26:59 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r27895 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698