[MacRuby-devel] Strange behaviour when using a Proc for a callback

2011-02-02 Thread Mark Rada
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'

Re: [MacRuby-devel] MacRuby Book discount

2011-02-02 Thread Eric Christopherson
This sale price is still good! ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Re: [MacRuby-devel] IDE and TextEditor

2011-02-02 Thread Eric Christopherson
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

[MacRuby-devel] "incorrect checksum for freed object" with Nokogiri (w/simple test case)

2011-02-02 Thread Andre Lewis
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. ***

Re: [MacRuby-devel] "incorrect checksum for freed object" with Nokogiri (w/simple test case)

2011-02-02 Thread Vincent Isambart
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