[MacRuby-devel] macirb & awesome_print

2010-10-09 Thread Brad Hutchins
Any head way on macirb issue that I understand some others have also experienced as well with awesome_print? localhost:~ Brad$* rvm macruby* localhost:~ Brad$ *rvm list* rvm rubies jruby-1.5.2 [ x86_64-java ] => macruby-0.7 [ x86_64 ] rbx-1.0.1-20100603 [ x86_64 ] ruby-1.8.7-p302 [ x86_

Re: [MacRuby-devel] macirb & awesome_print

2010-10-09 Thread Eloy Duran
Yes, see this email from wednesday: http://lists.macosforge.org/pipermail/macruby-devel/2010-October/006146.html HTH, Eloy On Sat, Oct 9, 2010 at 4:51 PM, Brad Hutchins wrote: > Any head way on macirb issue that I understand some others have also > experienced as well with awesome_print? > local

Re: [MacRuby-devel] Tutorial for the new Sandbox class.

2010-10-09 Thread Rob Gleeson
On 8 Oct 2010, at 23:27, Matt Aimonetti wrote: > Thanks Rob, I didn't forget you, but I'm on a business trip and I don't have > the macruby repo setup on this machine so I'll merge your changes over the > week end. > > - Matt No worries. I spotted some errors in the tutorial, I mapped Sandbo

[MacRuby-devel] Handling Of Instance Variables In MacRuby

2010-10-09 Thread Jeff Hemmelgarn
I have been looking into ticket 203 - Marshal.dump does not serialize an Exception's backtrace. It looks like the first reason is that dump is not currently exporting instance variables. Digging deeper, I found that MacRuby is not currently using the ID_INSTANCE tag for identifying instance va

Re: [MacRuby-devel] Tutorial for the new Sandbox class.

2010-10-09 Thread Matt Aimonetti
No worries, I merged everything into our svn repo and it will go in our next website deployment. - Matt On Sat, Oct 9, 2010 at 2:35 PM, Rob Gleeson wrote: > > On 8 Oct 2010, at 23:27, Matt Aimonetti wrote: > > > Thanks Rob, I didn't forget you, but I'm on a business trip and I don't > have the