#159: "%d" with large integer argument gives conversion error ---------------------------------+------------------------------------------ Reporter: ja...@… | Owner: lsansone...@… Type: defect | Status: new Priority: major | Milestone: Component: MacRuby | Keywords: ---------------------------------+------------------------------------------
Comment(by e...@…): Part 4 of 3 (oops) I suppose I should show that the original problem is really fix: {{{ % ./miniruby -e "p '%d' % (42**12)" "30129469486639681536" % ./miniruby -e "p '%#x' % (42**12)" "0x1a22160dd86211000" % ./miniruby -e "p '%#x' % -(42**12)" "0x..fe5dde9f2279def000" }}} which are the same results as ruby 1.9.1. -- Ticket URL: <http://www.macruby.org/trac/ticket/159#comment:6> MacRuby <http://macruby.org/> _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel