[MacRuby-devel] macirb & awesome_print
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_64 ] ruby-1.9.2-p0 [ x86_64 ] localhost:~ Brad$ *macirb* /Users/Brad/.irbrc:1:in `': uninitialized constant IRB::Irb (NameError) from /usr/local/bin/macirb:13:in `block' from /usr/local/bin/macirb:9:in `block' from /usr/local/bin/macirb:3:in `' localhost:~ Brad$ *irb* /Users/Brad/.irbrc:1:in `': uninitialized constant IRB::Irb (NameError) from /Library/Frameworks/MacRuby.framework/Versions/0.7/usr/bin/macirb:13:in `block' from /Library/Frameworks/MacRuby.framework/Versions/0.7/usr/bin/macirb:9:in `block' from /Library/Frameworks/MacRuby.framework/Versions/0.7/usr/bin/macirb:3:in `' localhost:~ Brad$ *gem list* *** LOCAL GEMS *** awesome_print (0.2.1) ___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Re: [MacRuby-devel] macirb & awesome_print
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? > 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_64 ] > ruby-1.9.2-p0 [ x86_64 ] > localhost:~ Brad$ macirb > /Users/Brad/.irbrc:1:in `': uninitialized constant IRB::Irb > (NameError) > from /usr/local/bin/macirb:13:in `block' > from /usr/local/bin/macirb:9:in `block' > from /usr/local/bin/macirb:3:in `' > localhost:~ Brad$ irb > /Users/Brad/.irbrc:1:in `': uninitialized constant IRB::Irb > (NameError) > from /Library/Frameworks/MacRuby.framework/Versions/0.7/usr/bin/macirb:13:in > `block' > from /Library/Frameworks/MacRuby.framework/Versions/0.7/usr/bin/macirb:9:in > `block' > from /Library/Frameworks/MacRuby.framework/Versions/0.7/usr/bin/macirb:3:in > `' > localhost:~ Brad$ gem list > *** LOCAL GEMS *** > awesome_print (0.2.1) > > > > > > ___ > MacRuby-devel mailing list > [email protected] > http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel > > ___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Re: [MacRuby-devel] Tutorial for the new Sandbox class.
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 Sandbox.no_writes and Sandbox.no_network incorrectly in the tutorial.. I've sent you a message on GitHub with a link to the commit that fixes those issues. Really sorry about that, Rob. ___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
[MacRuby-devel] Handling Of Instance Variables In MacRuby
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 variables. It doesn't look like instance variables are being identified as separate from other types right now. I am not sure which way to go from here. What are the plans for supporting instance variables? I would be happy to work on getting that support in if I had some direction. I am planning on working on the tickets and TODOs in the Marshal module and working out from there as I learn more about the MacRuby codebase and ObjectiveC/LLVM in general. So, this would be a good opportunity to delve deeper. Thanks! Jeff ___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Re: [MacRuby-devel] Tutorial for the new Sandbox class.
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 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 Sandbox.no_writes and > Sandbox.no_network incorrectly in the tutorial.. > I've sent you a message on GitHub with a link to the commit that fixes > those issues. > > Really sorry about that, > Rob. > ___ > MacRuby-devel mailing list > [email protected] > http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel > ___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
