Re: [MacRuby-devel] macruby or macirb bug

2008-11-28 Thread Laurent Sansonetti
Hi Tim, On Nov 28, 2008, at 8:54 PM, Tim Rand wrote: In macirb the following code crashes >> array = NSMutableArray.arrayWithObjects([1,2]) => [[1, 2], 1511869] >> array => [[1, 2], 1511869] >> array.length => 2 >> array2 = NSMutableArray.arrayWithObjects([1, 2, "this"]) Killed These special

Re: [MacRuby-devel] macruby or macirb bug

2008-11-28 Thread Jordan Breeding
Doesn't arrayWithObjects: take a nil terminated list of objects? Sent from my iPhone On Nov 28, 2008, at 22:54, Tim Rand <[EMAIL PROTECTED]> wrote: In macirb the following code crashes >> array = NSMutableArray.arrayWithObjects([1,2]) => [[1, 2], 1511869] >> array => [[1, 2], 1511869] >> arra