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

Issue 8739002: Frog: Fix parsing of hex literals with >31 bits (Closed)

Created:
9 years ago by sra1
Modified:
9 years ago
Reviewers:
jimhug
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Frog: Fix parsing of hex literals with >31 bits BUG= TEST= Committed: https://code.google.com/p/dart/source/detail?r=1912

Patch Set 1 #

Patch Set 2 : add test #

Patch Set 3 : add issue numbers to comment #

Patch Set 4 : put issue# in comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -3 lines) Patch
M frog/frogsh View 1 chunk +1 line, -1 line 0 comments Download
M frog/parser.dart View 1 2 3 1 chunk +6 lines, -2 lines 0 comments Download
A tests/language/src/NumberConstantFolding1Test.dart View 1 2 1 chunk +30 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
sra1
9 years ago (2011-11-30 01:35:32 UTC) #1
Jennifer Messerly
On 2011/11/30 01:35:32, sra1 wrote: lgtm Although it's an interesting question of what we want ...
9 years ago (2011-11-30 01:43:38 UTC) #2
jimhug
9 years ago (2011-11-30 01:52:11 UTC) #3
lgtm

But please add a TODO and an issue that the correct behavior of int-like types
in JS beyond 31 bits and in general of this kind of hex parsing beyond the
53-bitish range still needs to be figured out.

Powered by Google App Engine
This is Rietveld 408576698