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/godimpliesthat it’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=.
