Re: [MacRuby-devel] Proposal: splitting macrubyc UI from logic

2011-03-23 Thread Mark Rada
Done, with some benchmarks: http://www.macruby.org/trac/ticket/1204 Mark Rada mr...@marketcircle.com On 2011-03-23, at 5:20 PM, Laurent Sansonetti wrote: > Hi Mark, > > Sorry for the late reply. > > Could you file at ticket and add a link to the changes on github? I will look > into this on

Re: [MacRuby-devel] Xcode 4 LLVM >= r127367

2011-03-23 Thread Laurent Sansonetti
Hi Dave, Xcode4 does not expose the LLVM header files and libraries needed for MacRuby, so you will have to build and install LLVM by yourself (as outlined in the README.rdoc file). Xcode4, on the other side, installs clang, which can be used to compile MacRuby instead of gcc, but you will sti

[MacRuby-devel] Xcode 4 LLVM >= r127367

2011-03-23 Thread Dave Lee
Can the LLVM that comes with Xcode 4 be used to compile MacRuby 0.10? Is there a way to determine which svn revision Xcode's LLVM was compiled from? thanks, Dave ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.or

[MacRuby-devel] [ANN] MacRuby 0.10

2011-03-23 Thread Laurent Sansonetti
Hi, After just a couple weeks of development since the last release, MacRuby 0.10 is now available. Get it here while it's still hot! MacRuby is an implementation of Ruby 1.9 directly on top of Mac OS X core technologies such as the Objective-C runtime and garbage collector, the LLVM compiler inf

Re: [MacRuby-devel] 0.10 - update

2011-03-23 Thread Laurent Sansonetti
Here are the release notes. Highlights: - Support for the new MacBook Pro hardware (SandyBridge processors). - Fixes in macruby_deploy for App Store submissions. - Xcode4 support. - Minor stability fixes. Changes: - Fixed a bug where we would crash when protecting an internal call during an ex

[MacRuby-devel] 0.10 - update

2011-03-23 Thread Laurent Sansonetti
Hi guys, As the Xcode4 templates seem to be functional, I just branched trunk for the 0.10 release. I will do more testing and hopefully, 0.10 should be released either tonight or tomorrow! Development continues in trunk, which is now using the 0.11 version number. Laurent

[MacRuby-devel] is hotcocoa dead ?

2011-03-23 Thread Vincenzo Piombo
Hello all, I discovered macruby since a few weeks and I'm really enthusiast. I begun playing with it and really like the hotcocoa approach, but it seems stopped since more than a year, is it still maintained ? Anyway, I think I found a bug in the hotcocoa canvas part: the text method draws at a

Re: [MacRuby-devel] Why the MacRuby does not implement cref?

2011-03-23 Thread Laurent Sansonetti
Hi Kouji, I think that you're looking for the current_class variable of RoxorVM and the rb_vm_outer_t structure. That's how const lookup is implemented in MacRuby, basically. It is possible that the current implementation is not good enough in order to fix these issues and that a solution like

Re: [MacRuby-devel] Proposal: splitting macrubyc UI from logic

2011-03-23 Thread Laurent Sansonetti
Hi Mark, Sorry for the late reply. Could you file at ticket and add a link to the changes on github? I will look into this once we release 0.10. Thanks! Laurent On Mar 14, 2011, at 6:58 PM, Mark Rada wrote: > On 2011-03-14, at 16:05, Laurent Sansonetti wrote: > >> Hi Mark, >> >> As macruby

Re: [MacRuby-devel] CATextLayer.font

2011-03-23 Thread Eloy DurĂ¡n
There is no Ruby workaround. What I currently do is I have a workaround subclass of CATextLayer that takes an explicit type instead of NSCFType and subclass/use that from MacRuby. % cat CALayerWorkarounds.h #import #import @interface WorkaroundTextLayer : CATextLayer - (void)setFontObject:(N