-
```
Build report for linux/x86.32
Build machine: sheeple-desktop
Disk usage: 24 / 55 Gb used (44%)
Build directory: /home/sheeple/builds/2012-07-31-14-25
GIT ID: ba705c2d1601f83c2993274cba304c7f…
-
Hello Julia hackers!
I'm enjoying your nice little language and I'm really pleased with the process of type promotion.
I'm wondering if there is any plans for an "Integer" type that could support nu…
-
# Some bignums are got corrupted when binding them as parameters.
The issue is reproduced at Mac OSX 10.6 and 10.7. The issue is NOT reproduced at 32 bit ubuntu and 32 bit Windows 7.
I've created tes…
-
I noticed the encoded length for BERT large bignums is not the same as the number of encoded bytes.
```
s = BERT.encode(-(0x01 "\000\000\001\004" (260)
s[7..-1].length # => 257
```
-
math.parser has too big an impact on deploy image size. Parsing numbers (or integers at least) isn't something you should have to avoid or hack around. We should investigate reducing its deployed foot…
-
Hi
I just spent a long time debugging with the result that the javascript (using ruby object and to_json) was receiving numbers quoted.
I wasn't aware that some of the numbers come back as bignums fr…
-
I'm seeing a lot of browser timeouts that are supposed to be defeated by our trampoline. Must figure out what's going on there.
dyoo updated
12 years ago
-
Looks like the mersenne-twister benchmark is really slow on 32-bit:
macosx-x86.32:
```
benchmark.mt 11.819105328
```
macosx-x86.64:
```
benchmark.mt 0.162729012
```
-
This just happened to me. Doesn't matter if I use the default task or not, and it fails when running directly on the server by hand.
Command:
bundle install --deployment --gemfile Gemfile --witho…
-
Here's a sample program that exhibits the problem:
#
ree-1.8.7@jsonbug1 steinbergd@davedev:~/dev/timing-bug$ cat test1.rb
require 'rubygems'
require 'json/ext'
puts "JSON Version: #{JSON::VERSION}"…