Hello List,
Not sure about the feasibility of this, but wouldn't it be great to
break out into an embedded macirb session from inside GDB? Exploring
the state of a running application this way could really help with
debugging objc code.
If anyone has insights on how this could be accomplished I'
On Thu, Nov 6, 2008 at 2:03 PM, Laurent Sansonetti
<[EMAIL PROTECTED]> wrote:
> The -[NSSet setWithObjects:] method accepts a vararg list which is not
> supported yet. Feel free to file a bug on the tracker if you want to follow
> this :)
Ok, thanks! I'll just wait to see the varargs feature appe
Hello List,
Am I right in thinking the below statement should create an NSSet
containing the NSStrings "foo" and "bar"? Even if not the segfault
seems like a bug.
>> s = NSSet.setWithObjects(["foo","bar"])
(irb):3: [BUG] Segmentation fault
MacRuby version 0.4 (ruby 1.9.0 2008-06-03) [universal-d