[#66126] Creation/Conversion methods/functions table for Ruby types — SASADA Koichi <ko1@...>
Hi,
5 messages
2014/11/07
[#66248] [ruby-trunk - Feature #10423] [PATCH] opt_str_lit*: avoid literal string allocations — normalperson@...
Issue #10423 has been updated by Eric Wong.
3 messages
2014/11/13
[#66595] [ruby-trunk - Bug #10557] [Open] Block not given when the argument is a string — bartosz@...
Issue #10557 has been reported by Bartosz Kopinski.
3 messages
2014/11/30
[ruby-core:66043] [ruby-trunk - Bug #10465] Bug of multiplication between Bignums
From:
nicolitter@...
Date:
2014-11-01 05:09:52 UTC
List:
ruby-core #66043
Issue #10465 has been updated by Kohji Nishihama. Copied from Bug #10464: Bignum同士の乗算の不具合 added ---------------------------------------- Bug #10465: Bug of multiplication between Bignums https://bugs.ruby-lang.org/issues/10465#change-49764 * Author: Kohji Nishihama * Status: Open * Priority: Normal * Assignee: Kohji Nishihama * Category: * Target version: * ruby -v: ruby 2.1.4p265 (2014-10-27 revision 48166) [i386-mingw32] * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN ---------------------------------------- I calculate multiplication of a certain pear of Bignums, and a wrong result is outputted. OS:Windows Vista Home Premium。 bug.rb works on ruby 1.8.7 (2008-08-11 patchlevel 72) [i386-mswin32], ruby 1.9.3p484 (2013-11-22) [i386-mingw32], ruby 2.0.0p353 (2013-11-22) [i386-mingw32]. It doesn't work on ruby 2.1.3p242 (2014-09-19 revision 47630) [i386-mingw32] and ruby 2.1.4p265 (2014-10-27 revision 48166) [i386-mingw32]. `$ ruby bug.rb 5470148495 # wrong number 1943359375 # correct number #The output is too long, and I wrote the only last 10 digit.` ---Files-------------------------------- bug.rb (16.9 KB) -- https://bugs.ruby-lang.org/