#163: macruby_main forces a relative path
--+-
Reporter: [EMAIL PROTECTED] |Owner: [EMAIL PROTECTED]
Type: enhancement | Status: closed
Priority: minor
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
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
#164: MacRuby crashes Cocoa app with exception in CFEqual
+---
Reporter: [EMAIL PROTECTED] |Owner: [EMAIL PROTECTED]
Type: defect | Status: closed
Prior
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
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
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