#502: Marshalling large integers returns the wrong value.
------------------------------------+---------------------------------------
 Reporter:  jens.nock...@…          |       Owner:  lsansone...@…        
     Type:  defect                  |      Status:  new                  
 Priority:  minor                   |   Milestone:                       
Component:  MacRuby                 |    Keywords:                       
------------------------------------+---------------------------------------
 Marshalling and unmarshalling a large fixnum returns the value 0 instead
 of the correct value (With the git version of Dec 12-2009)

 Marshal.load(Marshal.dump(1000000000))
 => 0

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/502>
MacRuby <http://macruby.org/>

_______________________________________________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to