#159: "%d" with large integer argument gives conversion error
---------------------------------+------------------------------------------
 Reporter:  ja...@…              |        Owner:  lsansone...@…        
     Type:  defect               |       Status:  closed               
 Priority:  major                |    Milestone:  MacRuby 0.6          
Component:  MacRuby              |   Resolution:  fixed                
 Keywords:                       |  
---------------------------------+------------------------------------------
Changes (by lsansone...@…):

  * status:  new => closed
  * resolution:  => fixed
  * milestone:  => MacRuby 0.6


Comment:

 In the meantime, this bug seems to be fixed as of r3487 (which does more
 or less what Ed did, a new sprintf implementation).

 {{{
 $ ./miniruby -e "p '%d' % 100000000000000000000000000000000000000"
 "100000000000000000000000000000000000000"
 }}}

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/159#comment:13>
MacRuby <http://macruby.org/>

_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to