pangloss/pacer

Cannot use pacer with jruby 9000

Closed this issue · 1 comments

Hi,

Pacer doesn't run in jruby 9000 (jruby-head) now.

May be because the jruby-head is using RUBY_VERSION 2.2.0 and Pacer is treating any ruby that is not 1.9.x as 1.8 ruby in lib/pacer.rb.

Would you consider add support for jruby-head?

 jruby-head :001 > RUBY_VERSION
 => "2.2.0" 

Hi, I just tried booting Pacer under jruby-head and it does pass the version check which only prevents use with specific older versions of Ruby or JRuby.

It's not surprising that it doesn't work as-is. This is the first I've looked into upgrading beyond Ruby 1.9, so some adjustments will need to be made. Now that JRuby looks like it's nearing its next major release, I'll start looking into compatibility.

Thanks for the reminder!
Darrick