Wow. That's a bummer. I hadn't noticed the Conditional Wait didn't support timeout in 1.9. I'll have to investigate further to see if there's an alternate solution.
On Dec 14, 6:14 am, millr <[email protected]> wrote: > Still no joy on ruby19 here due to "timeout is not implemented yet" in > core. > > On Nov 26, 4:24 am, Eric Lindvall <[email protected]> wrote: > > > > > Yeah, sorry, I grabbed the wrong ConditionVariable. =) > > > The latest inhttp://github.com/eric/god/orhttp://github.com/mojombo/god/ > > have the fix. > > > Let me know if it works any better. > > > On Nov 22, 11:46 am, tel <[email protected]> wrote: > > > > Thanks for the 1.9 patch. This line seems to cause a problem: > > > > @resource.wait(@mutex, delay) if delay > 0 > > > > The docs say that ConditionVariable only accepts one argument, so I am > > > not > > > quite sure how it is supposed to work. > > > > Tor Erik > > > > On Nov 18, 7:25 am, Eric Lindvall <[email protected]> wrote: > > > > > I have a patch that has not been merged yet that removes the usage of > > > > Thread.critical from DriverEventQueue: > > > > >http://github.com/eric/god/commit/11d3f5949972a83c0c48795372a9b159b82... > > > > > I'm not sure if there are other problems with running in 1.9, though. > > > > > On Nov 14, 2:16 am, elliottcable <[email protected]> wrote: > > > > > > Arch recently made the switch to ruby19 in the official repostiories; > > > > > trying to set up a new system. Is God Ruby 1.9 > > > > > compatible?http://isitruby19.com/godimpliesthatit’s not, due to > > > > > Thread.critical and possibly other problems > > > > > (http://github.com/mojombo/ > > > > > god/blob/9d5f4a9c4d24191141d640878ff266e32e36815d/lib/god/ > > > > > driver.rb#L72). I’m really not sure. -- You received this message because you are subscribed to the Google Groups "god.rb" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/god-rb?hl=en.
