Re: [MacRuby-devel] PowerPC build of MacRuby broke

2009-04-12 Thread Rich Morin
At 00:16 +0200 4/12/09, Dömötör Gulyás wrote: > I think its great to have a PPC nightly, and I really appreciate > the effort to at least combat regression, as probably one of the > few people who'd still like to ship PPC/x86 UBs. Keep it up :) Setting up the build server and monitoring cron's em

[MacRuby-devel] attr_writer style outlets and plain-method actions may not show up in IB when new frameworks are installed

2009-04-12 Thread Pat Maddox
If you've got a simple class like class MyController attr_writer :log def draggingEntered(sender) end end Then log will show up as an outlet in IB, and draggingEntered will be an action. I installed the iPhone SDK after MacRuby, and all of a sudden those stopped automatically showing up.

[MacRuby-devel] experimental branch: status update

2009-04-12 Thread Laurent Sansonetti
Another week, another status update on the experimental branch! Unfortunately, the work done this week was pretty light. - More work on IO (IO#readlines, IO#each_byte and IO#each_char). - A better implementation for catch/throw was added. - Tail-call elimination was introduced. This optimizat