Re: [MacRuby-devel] NSSet and Set broken in MacRuby 0.5 final?

2010-02-12 Thread Laurent Sansonetti
Hi Frank, On Feb 12, 2010, at 7:12 AM, Frank Illenberger wrote: > Hi there, > > today I updated my MacRuby installation from MacRuby 0.5b1 to 0.5 final. > Sadly, this broke my class "MERStandard" which used a Set. > My Cocoa app embeds the MacRuby.framework. I initialized an empty set like > t

Re: [MacRuby-devel] Feedback: Dispatch high-level wrappers

2010-02-12 Thread Ernest N. Prabhakar, Ph.D.
Hi Jordan, On Feb 12, 2010, at 11:12 AM, Jordan K. Hubbard wrote: > That's definitely a good start, yes, though I must confess to not quite > understanding the dispatch.fork example? All Dispatch.fork does is allow you to access the return value of the block (whenever it is available), either s

Re: [MacRuby-devel] Feedback: Dispatch high-level wrappers

2010-02-12 Thread Jordan K. Hubbard
That's definitely a good start, yes, though I must confess to not quite understanding the dispatch.fork example? On Feb 12, 2010, at 10:20 AM, Ernest N. Prabhakar, Ph.D. wrote: > Note that this requires the latest nightly to work, as I redid the semantics > of Dispatch.group. > > Fairly minima

Re: [MacRuby-devel] Feedback: Dispatch high-level wrappers

2010-02-12 Thread Ernest N. Prabhakar, Ph.D.
Hi Jordan, On Feb 10, 2010, at 12:30 AM, Jordan K. Hubbard wrote: > P.S. Is it just me, or do other people have a really hard time turning specs > into usage-case examples when they read them? In answer to your plea, I've not only commented up the Dispatch module with examples: http://svn.mac

[MacRuby-devel] NSSet and Set broken in MacRuby 0.5 final?

2010-02-12 Thread Frank Illenberger
Hi there, today I updated my MacRuby installation from MacRuby 0.5b1 to 0.5 final. Sadly, this broke my class "MERStandard" which used a Set. My Cocoa app embeds the MacRuby.framework. I initialized an empty set like this, which worked fine with MacRuby 0.5b1 mySet = Set.new With MacRuby 0.5 f