[MacRuby-devel] Unit testing in Xcode

2009-04-04 Thread Frisco Del Rosario
Is unit testing in Xcode necessarily as cumbersome as it seems to be described in http://developer.apple.com/documentation/developertools/Conceptual/UnitTesting/Articles/CreatingTests.html ? Xcode is making me miss the days I could just append a TestCase instance with TextMate and hit

Re: [MacRuby-devel] Unit testing in Xcode

2009-04-04 Thread John Shea
Brian Marick has a good chapter on testing in his RubyCocoa, bringing some love. using standard ruby testing methodologies. You can get this as a pdf book (its not out in print yet) (I am in no way affiliated to Brian, Aaron and the other Cocoa/Ruby authors i mention on this list -

Re: [MacRuby-devel] Unit testing in Xcode

2009-04-04 Thread Eloy Duran
No definitely not. This is Ruby, so we can do better ;-) I have not yet finished porting Rucola to MacRuby, as of yet MacRuby is not mature enough to run some code we have on RubyCocoa yet. However, the port process was started, especially on our test case helper, so this might currently

[MacRuby-devel] Running the experimental branch

2009-04-04 Thread Mike Moore
In the comments of Charlie's latest blog post, someone showed their benchmarks of the 0.5 branch running tak(). http://blog.headius.com/2009/04/how-jruby-makes-ruby-fast.html#comments I'd like to do the same but rake isn't giving me a macruby executable. How do I go beyond miniruby and get a ruby

Re: [MacRuby-devel] Running the experimental branch

2009-04-04 Thread Richard Kilmer
On Apr 4, 2009, at 8:18 PM, Vincent Isambart wrote: In the comments of Charlie's latest blog post, someone showed their benchmarks of the 0.5 branch running tak(). http://blog.headius.com/2009/04/how-jruby-makes-ruby-fast.html#comments I'd like to do the same but rake isn't giving me a macruby

Re: [MacRuby-devel] Running the experimental branch

2009-04-04 Thread Laurent Sansonetti
On Apr 4, 2009, at 5:18 PM, Vincent Isambart wrote: In the comments of Charlie's latest blog post, someone showed their benchmarks of the 0.5 branch running tak(). http://blog.headius.com/2009/04/how-jruby-makes-ruby-fast.html#comments I'd like to do the same but rake isn't giving me a macruby

Re: [MacRuby-devel] Running the experimental branch

2009-04-04 Thread Charles Oliver Nutter
Laurent Sansonetti wrote: For instance, the optimizations that are (and will be) implemented in the experimental branch are not random but were selected after having profiled a big MacRuby/Cocoa application and found many areas where we performed badly. I assume that other implementations are

Re: [MacRuby-devel] Running the experimental branch

2009-04-04 Thread Laurent Sansonetti
On Apr 4, 2009, at 7:57 PM, Charles Oliver Nutter wrote: Laurent Sansonetti wrote: For instance, the optimizations that are (and will be) implemented in the experimental branch are not random but were selected after having profiled a big MacRuby/Cocoa application and found many areas