Re: [MacRuby-devel] has anyone else noticed hotcocoa/graphics is no longer working..

2009-12-03 Thread Matt Aimonetti
I fixed colors.rb a few days/weeks ago, but if you could send me your patch for image.rb, I would apply it. - Matt On Thu, Dec 3, 2009 at 5:04 AM, Alan Skipp wrote: > I noticed the same thing also (though haven't tested the latest nightly > build). I do have a fix for this, but I don't know ho

Re: [MacRuby-devel] has anyone else noticed hotcocoa/graphics is no longer working..

2009-12-03 Thread Alan Skipp
I noticed the same thing also (though haven't tested the latest nightly build). I do have a fix for this, but I don't know how to submit a patch. The problem is in the colors.rb where methods are dynamically generated for the color names. Also the image.rb uses an inefficient method for loading ima

Re: [MacRuby-devel] has anyone else noticed hotcocoa/graphics is no longer working..

2009-12-02 Thread Matt Aimonetti
Please try a nightly build and let me know. Thanks, - Matt On Wed, Dec 2, 2009 at 6:38 PM, Tim Rand wrote: > > I am running 0.5 beta2 not the latest development trunk. I'll try > updating. > > I believe I fixed this bug after 0.5 beta2, what version are you on? > >> >> - Matt >> >> On Wed, Dec

[MacRuby-devel] has anyone else noticed hotcocoa/graphics is no longer working..

2009-12-02 Thread Tim Rand
I am running 0.5 beta2 not the latest development trunk. I'll try updating. I believe I fixed this bug after 0.5 beta2, what version are you on? > > - Matt > > On Wed, Dec 2, 2009 at 3:51 PM, Tim Rand wrote: > > > Though the following code works on macruby 0.4 and mac OS 10.5.8, it no > > longer

Re: [MacRuby-devel] has anyone else noticed hotcocoa/graphics is no longer working...

2009-12-02 Thread Matt Aimonetti
I believe I fixed this bug after 0.5 beta2, what version are you on? - Matt On Wed, Dec 2, 2009 at 3:51 PM, Tim Rand wrote: > Though the following code works on macruby 0.4 and mac OS 10.5.8, it no > longer works for me since updating macruby and the OS: > > macruby -e 'require "hotcocoa/graphi

[MacRuby-devel] has anyone else noticed hotcocoa/graphics is no longer working...

2009-12-02 Thread Tim Rand
Though the following code works on macruby 0.4 and mac OS 10.5.8, it no longer works for me since updating macruby and the OS: macruby -e 'require "hotcocoa/graphics"' -e:1:in `': private method `define_method' called for Class:Class (NoMethodError) I am running: OS 10.6.2 MacRuby version 0.5 (ru