[MacRuby-devel] Debug Shell from GDB

2008-11-09 Thread Daniel A Carleton
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'

Re: [MacRuby-devel] Segfault on NSSet from Ruby Array

2008-11-06 Thread Daniel A Carleton
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

[MacRuby-devel] Segfault on NSSet from Ruby Array

2008-10-31 Thread Daniel A Carleton
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