On Feb 26, 2:11 pm, Clive Crous <[email protected]> wrote: > Hi, > > I'm trying to do some changes to sequel, but am unable to run the unit > tests (master on github just after perf branch merge), > When I try run `rake spec` I get the following: > > % rake spec > (in /home/clive/repositories/github.com/jeremyevans/sequel) > /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake/gempackagetask.rb:13:Warning: > Gem::manage_gems is deprecated and will be removed on or after March > 2009. > ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... > /spec/sequel_model/associations_spec.rb:207: > [BUG] Segmentation fault > ruby 1.8.7 (2008-08-11 patchlevel 72) [x86_64-linux]
Looks like someone let ruby core know about this bug, as it was just fixed in r22679. Maybe your distro can backport that patch. I still recommend using 1.8.6, though. Jeremy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sequel-talk" 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/sequel-talk?hl=en -~----------~----~----~----~------~----~------~--~---
