Re: [MacRuby-devel] is there a way to use ruby namespaces in IB?

2010-01-29 Thread Laurent Sansonetti
Hi Michael, On Jan 27, 2010, at 8:45 PM, Michael Johnston wrote: I found that if I make an object controller in and set its class to "Bar", it will find any Bar class regardless of nesting in modules. If I define: class Bar;end # in Bar.rb && module Foo; class Bar; end; end; # in Foo/Bar.r

Re: [MacRuby-devel] Question about current design

2010-01-29 Thread Laurent Sansonetti
Hi Emmanuel, On Jan 27, 2010, at 9:08 AM, Emmanuel Pinault wrote: Hi, I am looking through the repository and although I understand that some class are directly mapping to Object-C class instead, I am curious about how do you go to bring a new version of Ruby 1.9.x? Since you are replacing

Re: [MacRuby-devel] MacRuby on the iPhone

2010-01-29 Thread Laurent Sansonetti
Hi Jon, On Jan 28, 2010, at 9:12 PM, Jon Olson wrote: Hi folks, I'm new to the list, but I checked the archives and I don't *think* what I'm suggesting here has been suggested/done before. I've been putting some effort towards getting MacRuby going on the iPhone. After reviewing the GC s

Re: [MacRuby-devel] MacRuby on the iPhone

2010-01-29 Thread Matt Aimonetti
Nm I missed a bit on Boehm. - Matt Sent from my iPhone On Jan 29, 2010, at 0:38, Vincent Isambart wrote: Hi, I've managed to produce an armv6 build of Boehm and an armv6 build of the macruby libraries. I've also talked macrubyc into spitting out ARM executable code (by just tweaking

Re: [MacRuby-devel] MacRuby on the iPhone

2010-01-29 Thread Matt Aimonetti
Awesome, do you already have a plan to release/retain memory? - Matt Sent from my iPhone On Jan 29, 2010, at 0:38, Vincent Isambart wrote: Hi, I've managed to produce an armv6 build of Boehm and an armv6 build of the macruby libraries. I've also talked macrubyc into spitting out ARM

Re: [MacRuby-devel] MacRuby on the iPhone

2010-01-29 Thread Vincent Isambart
Hi, > I've managed to produce an armv6 build of Boehm and an armv6 build of the > macruby libraries. I've also talked macrubyc into spitting out ARM executable > code (by just tweaking the LLVM target). Anyway, I figured before I went much > further I'd express my intent and make sure I haven't