Re: [MacRuby-devel] [MacRuby] #155: arrays can'e be changed while being enumerated

2008-11-29 Thread MacRuby
#155: arrays can'e be changed while being enumerated ---+ Reporter: [EMAIL PROTECTED]| Owner: [EMAIL PROTECTED] Type: defect | Status: new Priority: crit

Re: [MacRuby-devel] [MacRuby] #169: [HotCocoa] status_item mapping doesn't appear to work

2008-11-29 Thread MacRuby
#169: [HotCocoa] status_item mapping doesn't appear to work +--- Reporter: [EMAIL PROTECTED] | Owner: [EMAIL PROTECTED] Type: defect | Status: new Prior

Re: [MacRuby-devel] NSNumber Numeric Patch

2008-11-29 Thread Jonathan deWerd
Thread about patch that adds Numeric methods directly to NSNumbers Just caught a "todo" as I was looking through the code. NSNumbers returned from objc methods are (sometimes not?) converted to ruby objects. That code would be unnecessary, since the conversion will happen automatically. In e

[MacRuby-devel] [MacRuby] #170: rake clean target does not delete miniruby

2008-11-29 Thread MacRuby
#170: rake clean target does not delete miniruby ---+ Reporter: [EMAIL PROTECTED] | Owner: [EMAIL PROTECTED] Type: defect | Status: new Priority: minor

Re: [MacRuby-devel] [MacRuby] #169: [HotCocoa] status_item mapping doesn't appear to work

2008-11-29 Thread MacRuby
#169: [HotCocoa] status_item mapping doesn't appear to work +--- Reporter: [EMAIL PROTECTED] | Owner: [EMAIL PROTECTED] Type: defect | Status: new Prior

Re: [MacRuby-devel] [MacRuby] #169: [HotCocoa] status_item mapping doesn't appear to work

2008-11-29 Thread MacRuby
#169: [HotCocoa] status_item mapping doesn't appear to work +--- Reporter: [EMAIL PROTECTED] | Owner: [EMAIL PROTECTED] Type: defect | Status: new Priori

Re: [MacRuby-devel] NSNumber Numeric Patch

2008-11-29 Thread Jonathan deWerd
Hi Jonathan, On Nov 28, 2008, at 7:08 PM, Jonathan deWerd wrote: Hi! I was tracking down a bug in my app that caused a crash, and I finally narrowed it down to the conversion between NSNumber and the Numeric types. I don't think that was the direct cause of the crash (the immediate cause was a

[MacRuby-devel] [MacRuby] #169: [HotCocoa] status_item mapping doesn't appear to work

2008-11-29 Thread MacRuby
#169: [HotCocoa] status_item mapping doesn't appear to work +--- Reporter: [EMAIL PROTECTED] | Owner: [EMAIL PROTECTED] Type: defect | Status: new Priori

[MacRuby-devel] sub classing with hot cocoa

2008-11-29 Thread John Shea
Hi folks, I am sure there is an easy answer to this question, but I have not figured it out after some experimenting (nor can I find an example in the examples) What do I do if i want to subclass (say) an NSView ? And yet still employ that subclass with all the rest of the hot cocoa magic