Re: [MacRuby-devel] [MacRuby] #163: macruby_main forces a relative path

2008-11-28 Thread MacRuby
#163: macruby_main forces a relative path --+- Reporter: [EMAIL PROTECTED] |Owner: [EMAIL PROTECTED] Type: enhancement | Status: closed Priority: minor

Re: [MacRuby-devel] NSNumber Numeric Patch

2008-11-28 Thread Laurent Sansonetti
Hi Jonathan, On Nov 28, 2008, at 7:08 PM, Jonathan deWerd wrote: Hi! I was tracking down a bug in my app that caused a crash, and I finally narrowed it down to the conversion between NSNumber and the Numeric types. I don't think that was the direct cause of the crash (the immediate cause

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] #164: MacRuby crashes Cocoa app with exception in CFEqual

2008-11-28 Thread MacRuby
#164: MacRuby crashes Cocoa app with exception in CFEqual +--- Reporter: [EMAIL PROTECTED] |Owner: [EMAIL PROTECTED] Type: defect | Status: closed Prior

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

[MacRuby-devel] macruby or macirb bug

2008-11-28 Thread Tim Rand
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 Using the more ruby friendly way of assigning a variable to an array wo

[MacRuby-devel] NSNumber Numeric Patch

2008-11-28 Thread Jonathan deWerd
Hi! I was tracking down a bug in my app that caused a crash, and I finally narrowed it down to the conversion between NSNumber and the Numeric types. I don't think that was the direct cause of the crash (the immediate cause was a longjmp to a nonexistant "thread"), but manually converting