Re: [MacRuby-devel] Note of warning about Xcode 4

2011-03-10 Thread Andre Lewis
Does not work for me -- IB doesn't recognize outlets or actions on Ruby controllers. On Thu, Mar 10, 2011 at 9:49 PM, denny trebbin wrote: > On Lion it does not work. Xcode4.x didn't show anything related to MacRuby. > Opening my StarCraft2 Replay Analyzer will cause Xcode4 to blame me about > m

Re: [MacRuby-devel] Xcode 4 is out... any plan to integrate soon?

2011-03-10 Thread Matt Aimonetti
Please refer to the other posts about the same topic sent today. - Matt On Thu, Mar 10, 2011 at 9:25 PM, Manu wrote: > Hi > > Now that Xcode 4 is out , and that MacRuby 0.9 is out, any plans to > integrate with Xcode 4? Just curious. I saw a post last month but was > wondering if there were an

Re: [MacRuby-devel] Note of warning about Xcode 4

2011-03-10 Thread denny trebbin
On Lion it does not work. Xcode4.x didn't show anything related to MacRuby. Opening my StarCraft2 Replay Analyzer will cause Xcode4 to blame me about missing MacRuby files. --- Laurent Sansonetti schrieb am Fr, 11.3.2011: Von: Laurent Sansonetti Betreff: Re: [MacRuby-devel] Note of warning abo

[MacRuby-devel] Xcode 4 is out... any plan to integrate soon?

2011-03-10 Thread Manu
Hi Now that Xcode 4 is out , and that MacRuby 0.9 is out, any plans to integrate with Xcode 4? Just curious. I saw a post last month but was wondering if there were any update Emmanuel ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org

Re: [MacRuby-devel] Note of warning about Xcode 4

2011-03-10 Thread Laurent Sansonetti
Hi Sven, On Mar 10, 2011, at 2:56 PM, Sven Schwyn wrote: > Hi Laurent > >> What Vincent is referring to is the Xcode 3 feature where IB would >> automatically reveal the outlets and actions written in Ruby. This is not >> working in Xcode 4, and may be the reason why you want to stick to Xcode

Re: [MacRuby-devel] Note of warning about Xcode 4

2011-03-10 Thread Sven Schwyn
Hi Laurent > What Vincent is referring to is the Xcode 3 feature where IB would > automatically reveal the outlets and actions written in Ruby. This is not > working in Xcode 4, and may be the reason why you want to stick to Xcode 3. Well, it works for me. At least if by "reveal the outlets and

Re: [MacRuby-devel] MacRuby build issues with LLVM

2011-03-10 Thread Jordan K. Hubbard
On Mar 10, 2011, at 1:34 PM, Laurent Sansonetti wrote: > Thanks for verifying the fixes. I will release trunk as 0.10 tomorrow evening. Not 0.9.1? A, why should OpenSSL get all the cool version numbering?? ;-) ___ MacRuby-devel mailing list MacRub

Re: [MacRuby-devel] re-implemention of attr_accessor and valueForKey:

2011-03-10 Thread Thibault Martin-Lagardette
Hi, After fiddling a little bit with the code, I could not find the exact issue, but could reduce the code a lot. For the sake of it, I opened a Trac ticket with the reduced code: https://www.macruby.org/trac/ticket/1188 Cheers, -- Thibault Martin-Lagardette On Thursday, March 10, 2011 at 13:

Re: [MacRuby-devel] MacRuby build issues with LLVM

2011-03-10 Thread Laurent Sansonetti
Yes, it was a problem in LLVM, which wasn't generating code for the proper architecture. I hope this was an exception and that we won't need to target new LLVM versions each time new architectures are introduced :) Thanks for verifying the fixes. I will release trunk as 0.10 tomorrow evening. L

Re: [MacRuby-devel] Note of warning about Xcode 4

2011-03-10 Thread Laurent Sansonetti
Hi Sven, On Mar 10, 2011, at 2:09 AM, Sven Schwyn wrote: > Hi > > Referring to Vincent's recent post: > >> - But the biggest problem is that currently there is no MacRuby support in >> the interface editor: the actions and properties added in the Ruby code >> won't appear in the interface edi

[MacRuby-devel] Potential macirb issue

2011-03-10 Thread Mark Rada
Hey all, I am getting an error when I add a #to_s method to NSURL: ± irb irb(main):001:0> class NSURL irb(main):002:1> alias_method :to_s, :absoluteString irb(main):003:0> end => NSURL irb(main):004:0> NSURL.URLWithString( 'macruby.org' )

[MacRuby-devel] Help test a new MacRuby app

2011-03-10 Thread Andre Lewis
Redwood is a "Spotlight for your web apps" -- it searches Basecamp, GMail, and GDocs from one search bar on your desktop. Developing in MacRuby has been a joy, and I'd like to make Redwood a showcase for desktop MacRuby. You can help by installing Redwood and let me know if you have any issues. We

[MacRuby-devel] re-implemention of attr_accessor and valueForKey:

2011-03-10 Thread kyossi
Hi, I'm plan to add some functionality to existing attr_accessor. I've started with re-implement attr_accessor with same functionality, but when I implement it by define_method, it failed with Segmentation fault when I call valueForKey(:key). Am i doing wrong with class Base2??, The Code is #u

Re: [MacRuby-devel] MacRuby build issues with LLVM

2011-03-10 Thread Nick Ludlam
I can also confirm this now builds correctly. Thanks very much for the speedy turnaround, Laurent. Out of interest, do you know why the Core i7 chip in this laptop behaves differently to the Core 2 Duo in my previous laptop? Is it perhaps just that LLVM is failing to detect the CPU correctly, a

Re: [MacRuby-devel] Note of warning about Xcode 4

2011-03-10 Thread Sven Schwyn
Hi Referring to Vincent's recent post: > - But the biggest problem is that currently there is no MacRuby support in > the interface editor: the actions and properties added in the Ruby code won't > appear in the interface editor. I've never had this kind of trouble not with the later betas nor