Hi,
I was trying to setup an async callback using a proc instead of a method to
register for app launching notifications. For some reason, when I use the proc
method, I get the wrong object passed to the proc
when it gets called.
The version using a method callback:
framework 'Cocoa'
This sale price is still good!
___
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
On Tue, Jan 18, 2011 at 8:32 PM, Robert Love wrote:
>
> Did anyone mention RedCar, the editor written in Ruby? Do any users of it
> have good words to say about it? Can it even run with MacRuby?
>
RedCar runs in JRuby and makes use of JVM-only things like SWT. I've tried
installing the gem for
Hello,
Nokogiri started working with MacRuby 0.8, which is awesome. However, I'm
getting sporadic crashes: "incorrect checksum for freed object - object was
probably modified after being freed."
It doesn't crash every time I run the test, but if I run it 10 times, I get
one or more failures.
***
Hi,
> Nokogiri started working with MacRuby 0.8, which is awesome. However, I'm
> gettingĀ sporadic crashes: "incorrect checksum for freed object - object was
> probably modified after being freed."
> It doesn't crash every time I run the test, but if I run it 10 times, I get
> one or more failures