Re: [MacRuby-devel] I don't normally plug the mailing list, but when I do it's for gemaholics

2011-06-20 Thread Eloy Durán
Off-topic; glad to hear you like MacBacon :) On Jun 20, 2011, at 8:16 AM, Robert Lowe wrote: > Ah, I understand. > > I think rubygems is still the best source: > > Try searching for `macruby`: > > https://rubygems.org/search?utf8=%E2%9C%93&query=macruby > > (For instance: mac_bacon is an awes

Re: [MacRuby-devel] I don't normally plug the mailing list, but when I do it's for gemaholics

2011-06-20 Thread Mark Rada
Except for the horrendous performance hit with MacRuby, I think more gems is generally a better thing. I wouldn't say HotCocoa is dead, though as Josh mentioned, I think its best uses have changed---there is still a lot of useful stuff in HotCocoa and the project is still be maintained (more or

Re: [MacRuby-devel] I don't normally plug the mailing list, but when I do it's for gemaholics

2011-06-20 Thread dan Sinclair
I started a library of convenience wrappers for macruby it's dj2/Bean on github. Take a look and let me know what you think. Would love to get more helpers in there. Dan On 2011-06-19, at 22:58, Joshua Ballanco wrote: > I was thinking more in the vein of HotCocoa as a library full of Cocoa >

[MacRuby-devel] xcode binding a class within a class?

2011-06-20 Thread Robert Lowe
Is it possible to bind classes in xcode to a class within a class? Say for instance the file's owner of an app (NSApplication) to a class within a class (MyApp::Application), or everything must go in the global namespace? <> Regards, - Rob ___ MacR

Re: [MacRuby-devel] xcode binding a class within a class?

2011-06-20 Thread Eloy Duran
Alas, it must be in the global namespace, as Objective-C has no notion of namespacing. On Mon, Jun 20, 2011 at 7:16 PM, Robert Lowe wrote: > Is it possible to bind classes in xcode to a class within a class? > > Say for instance the file's owner of an app (NSApplication) to a class within > a cl

[MacRuby-devel] 0.11 schedule

2011-06-20 Thread Laurent Sansonetti
Hi guys, A lot of good work has been integrated into master recently, so it's now time to think about making a new release (hopefully it will be the last 0.x release!). Here is a list of bugs I think are blockers to this release: http://www.macruby.org/trac/ticket/1286 http://www.macruby.org/tra

Re: [MacRuby-devel] 0.11 schedule

2011-06-20 Thread Martin Schürrer
HI, shouldn't stuff like http://www.macruby.org/trac/ticket/505 be a blocker? (I'm new to macruby, so I'm curious) Cheers, Martin On Mon, Jun 20, 2011 at 22:20, Laurent Sansonetti wrote: > Hi guys, > > A lot of good work has been integrated into master recently, so it's > now time to think abo

Re: [MacRuby-devel] 0.11 schedule

2011-06-20 Thread Laurent Sansonetti
Agreed! I attached the 0.11-blocker keyword. Thanks, Laurent On Mon, Jun 20, 2011 at 1:57 PM, Martin Schürrer wrote: > HI, > > shouldn't stuff like http://www.macruby.org/trac/ticket/505 be a blocker? > > (I'm new to macruby, so I'm curious) > > Cheers, > Martin > > On Mon, Jun 20, 2011 at 22:20

Re: [MacRuby-devel] 0.11 schedule

2011-06-20 Thread Morgan Schweers
Greetings, I just yesterday ran into a problem with the head of MacRuby on GitHub that makes it not possible to use Mechanize/Nokogiri, specifically the redefinition of Node? I see this if I just go $ macirb irb> require 'rubygems' irb> require 'mechanize' It looks like a bundle gets loaded that

Re: [MacRuby-devel] 0.11 schedule

2011-06-20 Thread Laurent Sansonetti
Thanks Morgan. Have you filed a ticket about this? If it's something that used to work in past releases and doesn't anymore, then it's likely going to be a blocker, as we want to avoid regressions. Laurent On Mon, Jun 20, 2011 at 3:43 PM, Morgan Schweers wrote: > Greetings, > I just yesterday r

Re: [MacRuby-devel] 0.11 schedule

2011-06-20 Thread Morgan Schweers
Greetings, I haven't filed a ticket yet; ran into it yesterday, and let myself get distracted by my kids, once I got to a stable state again. :) I'll reproduce it this evening and file a ticket with the output and what I can figure out. -- Morgan On Mon, Jun 20, 2011 at 3:54 PM, Laurent Sansone

Re: [MacRuby-devel] 0.11 schedule

2011-06-20 Thread Laurent Sansonetti
It seems that the problem has already been reported: http://www.macruby.org/trac/ticket/1335. It has also been tagged as a blocker :) Laurent On Mon, Jun 20, 2011 at 5:51 PM, Morgan Schweers wrote: > Greetings, > I haven't filed a ticket yet; ran into it yesterday, and let myself get > distracte