#719: IO.read is broken
--+-
Reporter: watson1...@… | Owner: lsansone...@…
Type: defect| Status: new
Priority: blocker | Milestone:
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
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
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
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
#713: Growl is broken on MacRuby 0.6
--+-
Reporter: ylp...@… | Owner: lsansone...@…
Type: defect| Status: new
Priority: blocker | Milestone: Mac