Re: [MacRuby-devel] [YARD] Troubles with YARD on MacRuby 0.6

2010-10-03 Thread Laurent Sansonetti
I believe this bug has been fixed in trunk a couple weeks ago. $ ./miniruby -e 'p "%-8s" % [:symbol]' "symbol " Laurent On Oct 2, 2010, at 10:31 PM, Rich Morin wrote: > I happen to be on both lists, so I saw this: > > At 1:24 AM -0400 10/3/10, Loren Segal wrote: >> Just to clarify, the offen

Re: [MacRuby-devel] Hotcocoa documentation

2010-10-03 Thread Felix Holmgren
In my understanding, HotCocoa is not only useful for UI programming, although it's true that those classes often need a lot of configuration and so benefit a lot from a wrapper. I think possible problems inherent in the approach might be a certain arbitrariness when defining defaults, and the conti

[MacRuby-devel] RoxorThreadRaisException with Ruby Thread

2010-10-03 Thread Shaun August
*Hi There,* * * *I am using a number of ruby threads in an application and I am getting a random error of RoxorThreadRaisException. I have read through some of the bugs and I am wondering if I should switch over to NSThread? Is the ruby thread stable?* * * ** * Thanks, Shaun * * * * * * *

Re: [MacRuby-devel] RoxorThreadRaisException with Ruby Thread

2010-10-03 Thread Laurent Sansonetti
Hi Shaun, Yes, Ruby threads should be stable. Could you verify if you reproduce the problem with a nightly build? http://www.macruby.org/files/nightlies/ If yes, please file a ticket with a backtrace, and if possible, a reduction. Thanks, Laurent On Oct 3, 2010, at 4:38 PM, Shaun August wrote:

[MacRuby-devel] MacRuby Document-based Application template seems a bit broken

2010-10-03 Thread Caio Chassot
I had to make the following changes to make it work: - Change File's Owner class to MyDocument - Connect File's Owner window to Window - Connect Window's deletage to File's Owner Makes sense? I'd submit a patch but OMG so much ugly XML. Is this the right way to do it? Edit it in Interface Buil