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

Issue 10054027: Fix for Issue 2367 (Closed)

Created:
8 years, 8 months ago by siva
Modified:
8 years, 8 months ago
Reviewers:
hausner
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix for Issue 2367 The '\r' character was included in the string literal when parsing integer or double literals. This was resulting in incorrect integer values being created. Committed: https://code.google.com/p/dart/source/detail?r=6442

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -5 lines) Patch
M runtime/vm/scanner.cc View 1 1 chunk +7 lines, -5 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
siva
8 years, 8 months ago (2012-04-11 20:48:53 UTC) #1
hausner
LGTM w/comment https://chromiumcodereview.appspot.com/10054027/diff/1/runtime/vm/scanner.cc File runtime/vm/scanner.cc (right): https://chromiumcodereview.appspot.com/10054027/diff/1/runtime/vm/scanner.cc#newcode185 runtime/vm/scanner.cc:185: // Replace '\r' with '\n' and a ...
8 years, 8 months ago (2012-04-11 21:43:58 UTC) #2
siva
8 years, 8 months ago (2012-04-11 22:04:40 UTC) #3
https://chromiumcodereview.appspot.com/10054027/diff/1/runtime/vm/scanner.cc
File runtime/vm/scanner.cc (right):

https://chromiumcodereview.appspot.com/10054027/diff/1/runtime/vm/scanner.cc#...
runtime/vm/scanner.cc:185: // Replace '\r' with '\n' and a sequence of
On 2012/04/11 21:43:58, hausner wrote:
> This comment should probably be slightly adjusted, since the \r\n sequence is
> handled above now.

Done.

Powered by Google App Engine
This is Rietveld 408576698