[MacRuby-devel] Compiled Ruby files

2010-11-01 Thread Larry Wilson
I've been poking around in the directories of a MacRuby-based app (that has been compiled via macruby-deploy) in the usr/lib/ruby subdirectories. Why is there not an .rbo file for every .rb source file? Is it safe to delete the .rb files if there is a .rbo equivalent? -Larry ___

Re: [MacRuby-devel] Frameworks Help

2010-11-01 Thread Laurent Sansonetti
Hi Shaun, If it didn't crash in 18 hours it's probably a good sign :) but I would make sure the code this C framework calls back is thread-safe. Since you got that GC error message, I assume it's calling MacRuby code from different threads, so you may want to look at the MacRuby side of your pr