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

Issue 23583038: Fix dart2js decimal number tokenization. (Closed)

Created:
7 years, 3 months ago by aam-me
Modified:
7 years, 3 months ago
Reviewers:
ahe
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix dart2js decimal number tokenization. Remove support for 'd'-suffixed double format. BUG=dartbug.com/13070

Patch Set 1 #

Patch Set 2 : Marked tests for d-suffixed doubles as failing for dartanalyzer. #

Total comments: 2

Patch Set 3 : Peek only if we have to. #

Patch Set 4 : Analyzer tests passing now. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -8 lines) Patch
M sdk/lib/_internal/compiler/implementation/scanner/scanner.dart View 1 2 2 chunks +7 lines, -7 lines 0 comments Download
M tests/language/language_dart2js.status View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M tests/language/number_identifier_test.dart View 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
aam-me
Hi Peter, please take a look at the bugfix. It seems that support for 'd'-suffixed ...
7 years, 3 months ago (2013-09-06 03:52:41 UTC) #1
ahe
Nice! https://codereview.chromium.org/23583038/diff/4001/sdk/lib/_internal/compiler/implementation/scanner/scanner.dart File sdk/lib/_internal/compiler/implementation/scanner/scanner.dart (right): https://codereview.chromium.org/23583038/diff/4001/sdk/lib/_internal/compiler/implementation/scanner/scanner.dart#newcode465 sdk/lib/_internal/compiler/implementation/scanner/scanner.dart:465: int nextnext = peek(); Can you avoid calling ...
7 years, 3 months ago (2013-09-06 14:20:25 UTC) #2
aam-me
On 2013/09/06 14:20:25, ahe wrote: > Nice! Thanks! > Can you avoid calling peek until ...
7 years, 3 months ago (2013-09-06 17:09:47 UTC) #3
aam-me
Hi Peter, I updated language_analyzer.status as Brian fixed decimal number tokenization issue. PTAL
7 years, 3 months ago (2013-09-10 01:28:03 UTC) #4
ahe
7 years, 3 months ago (2013-09-10 08:35:46 UTC) #5
LGTM!

Powered by Google App Engine
This is Rietveld 408576698