Re: [MacRuby-devel] 0.9 update

2011-02-22 Thread Justin Schumacher
Ran my app test suite w/ the 0.9 branch and it looks good-- thanks! On Tue, Feb 22, 2011 at 2:24 PM, Johannes Fahrenkrug wrote: > That's awesome, Laurent! Merci! > > - Johannes > > On Tue, Feb 22, 2011 at 2:20 PM, Laurent Sansonetti > wrote: > > Hi guys, > > > > 0.9 is now ready to be released!

Re: [MacRuby-devel] 0.9 release

2011-01-27 Thread Justin Schumacher
Just posted a new regression: https://www.macruby.org/trac/ticket/1132 On Thu, Jan 27, 2011 at 5:54 PM, Laurent Sansonetti wrote: > On Jan 27, 2011, at 3:36 PM, Caio Chassot wrote: > > On 2011-01-27, at 21:27 , Laurent Sansonetti wrote: > > Hi guys, > > > I think it's time to release trunk as 0.

Re: [MacRuby-devel] Using compiled MacRuby objects from an Objective-C application

2010-12-27 Thread Justin Schumacher
un, Dec 26, 2010 at 5:36 PM, Laurent Sansonetti wrote: > Hi Justin, > > On Dec 23, 2010, at 2:27 PM, Justin Schumacher wrote: > > Laurent, > > I made the switch to rbo files. The load time was 3.6 seconds with .rb > files and 0.9 seconds with .rbo files. That's a good

Re: [MacRuby-devel] Using compiled MacRuby objects from an Objective-C application

2010-12-23 Thread Justin Schumacher
ms a lot. Maybe some work could also be done > in macruby core to speed up loading your files. Could you tell me the > startup time you get after compiling to .rbo? If it's still significant, we > may need to investigate more. > > Laurent > > On Dec 20, 2010, at 5:18 PM, Justin

[MacRuby-devel] Using compiled MacRuby objects from an Objective-C application

2010-12-20 Thread Justin Schumacher
I'm working on an application that is primarily Objective-C but uses MacRuby as a plugin language (the application also has a C# / IronRuby counterpart on Windows, allowing for the plugins to be cross-platform). I've been loading the ruby files at runtime using the Objective-C MacRuby API's shared