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

Issue 15670009: Check how many Smi digits are acceptable when parsing integers. (Closed)

Created:
7 years, 6 months ago by srdjan
Modified:
7 years, 6 months ago
Reviewers:
siva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Check how many Smi digits are acceptable when parsing integers. R=asiva@google.com Committed: https://code.google.com/p/dart/source/detail?r=23331

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -1 line) Patch
M runtime/lib/integers_patch.dart View 1 2 2 chunks +4 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
srdjan
7 years, 6 months ago (2013-05-28 12:37:47 UTC) #1
siva
lgtm https://codereview.chromium.org/15670009/diff/1/runtime/lib/integers_patch.dart File runtime/lib/integers_patch.dart (right): https://codereview.chromium.org/15670009/diff/1/runtime/lib/integers_patch.dart#newcode16 runtime/lib/integers_patch.dart:16: static bool is64Bit() => 4294967296 is _Smi; maybe ...
7 years, 6 months ago (2013-05-28 16:00:37 UTC) #2
srdjan
https://codereview.chromium.org/15670009/diff/1/runtime/lib/integers_patch.dart File runtime/lib/integers_patch.dart (right): https://codereview.chromium.org/15670009/diff/1/runtime/lib/integers_patch.dart#newcode16 runtime/lib/integers_patch.dart:16: static bool is64Bit() => 4294967296 is _Smi; On 2013/05/28 ...
7 years, 6 months ago (2013-05-29 09:04:09 UTC) #3
srdjan
7 years, 6 months ago (2013-05-29 09:14:25 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 manually as r23331 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698