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

2010-12-27 Thread Justin Schumacher
Laurent, I've added a ticket for the RBO loading API method. The 0.9 seconds does not include the sharedRuntime initialization.I just clocked that initialization at 0.6 seconds. It looks like there's some WebKit stuff going on during initialization, as I always see these warnings (I use MacR

Re: [MacRuby-devel] MacRuby equivalent to C sizeof(struct Foo)

2010-12-27 Thread kyossi
Hi, Thanks for help. OK, I've created a new ticket as below. https://www.macruby.org/trac/ticket/1080 Thanks&Regards. kyossi >Hi, >There is no way to do that for now. Could you file a ticket? I will introduce >#size on C structs classes. >NSRect.size in MacRuby would be the same as sizeof(N