Re: [MacRuby-devel] Thoughts about aliasing

2009-12-10 Thread Laurent Sansonetti
Hi Jordan, We are aware of this problem, but AFAIK we do not have a Trac bug for it yet. Feel free to file a ticket :) Laurent On Dec 10, 2009, at 1:10 PM, Jordan Breeding wrote: I was thinking that especially when testing the performance of a pure ruby based class (Set) against a Cocoa c

[MacRuby-devel] Thoughts about aliasing

2009-12-10 Thread Jordan Breeding
I was thinking that especially when testing the performance of a pure ruby based class (Set) against a Cocoa class (NSSet/NSMutableSet), it would be useful to alias methods in the Cocoa side of things. My thought was then you could have a single API to use in the rest of your code and you can ju