[MacRuby-devel] [MacRuby] #719: IO.read is broken

2010-05-15 Thread MacRuby
#719: IO.read is broken --+- Reporter: watson1...@… | Owner: lsansone...@… Type: defect| Status: new Priority: blocker | Milestone:

[MacRuby-devel] Support for the DataObjects drivers with the C api

2010-05-15 Thread Dirkjan Bussink
Hello all, I recently read that Macruby is also adding support for the C api that MRI provides. Since I maintain the DataObjects (do_*) drivers, I'd also like to support Macruby next to the existing support for MRI 1.8 / 1.9 (with full encoding support), JRuby and Rubinius. I'd like some help

Re: [MacRuby-devel] Threading Problems

2010-05-15 Thread Jan Kassens
Thanks Laurent, Moving the #update method seems to fix the issue. I’m going to try something different for the periodical update (mutex with global timer or something…) If you want to see my (dumb) code to track down the threading issues, I just pushed it to github at: http://github.com/kassens

Re: [MacRuby-devel] Threading Problems

2010-05-15 Thread Laurent Sansonetti
Hi Jan, Indeed this looks like a classic threading problem. I thought we eliminated most of these in 0.6. What does your #update method do specifically? Also, do the problems disappear if you call #update only once from the main thread before starting the thread? A minor (but likely irrelevant

[MacRuby-devel] Threading Problems

2010-05-15 Thread Jan Kassens
Hi, I’m writing a small widget application rendering a couple of NSView subclasses which update periodically. The widgets are subclasses of [1] and added as subviews to my main view, but the more I add the more likely are some random errors thrown on initialization. The errors include a variety

Re: [MacRuby-devel] [MacRuby] #713: Growl is broken on MacRuby 0.6

2010-05-15 Thread MacRuby
#713: Growl is broken on MacRuby 0.6 --+- Reporter: ylp...@… | Owner: lsansone...@… Type: defect| Status: new Priority: blocker | Milestone: Mac