Re: [MacRuby-devel] 32 bit Number Bug

2010-06-14 Thread Louis-Philippe
avec plaisir! I found the bug when trying to use a 32bit only API... other way I could I never found it since it runs in 64bit mode by default. 2010/6/14 Laurent Sansonetti > Bonjour Louis-Philippe, > > Could you open a ticket on the tracker for that? > > 32-bit mode is really not well tested a

Re: [MacRuby-devel] 32 bit Number Bug

2010-06-14 Thread Laurent Sansonetti
Bonjour Louis-Philippe, Could you open a ticket on the tracker for that? 32-bit mode is really not well tested at this point so it doesn't surprise me there are a few bugs around. Laurent On Jun 14, 2010, at 10:28 AM, Louis-Philippe wrote: > Hi folks, > > there seems to be a bug in the 32bi

[MacRuby-devel] 32 bit Number Bug

2010-06-14 Thread Louis-Philippe
Hi folks, there seems to be a bug in the 32bit release of 0.6 with numbers arch -arch i386 macirb --simple-prompt >> 0x44485250 # reality check => 1145590352 >> NSNumber.numberWithInt(0x44485250) # then see all 32 NSNumber are weird... => 71848528 >> NSNum