Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Officially Support JRuby 9.1+ #547

Merged
merged 1 commit into from
Jan 25, 2017
Merged

Officially Support JRuby 9.1+ #547

merged 1 commit into from
Jan 25, 2017

Commits on Jan 25, 2017

  1. Officially Support JRuby 9.1+

    I've personally been running simplecov with JRuby 1.7+ for years
    so I'd say it is good to go either way ;P
    
    The reality of edge cases is more complicated but it seems the
    fine folks at @jruby (namely @enebo ) made the last fixes
    necessary as seen in jruby/jruby#1196 so that they're available
    in 9.1+ releases! The others should work, but have some little
    failures (9.0.5.0 fails on one cuke for me).
    
    So, the easiest way forward is to support 9.1+. Sadly the tests
    take a while as they always start new interpreter instances and
    startup time isn't exactly JRuby's strength, but CI does it
    so it's bearable. :)
    
    If anyone has problems with JRuby on a PR, in an issue or whatever
    please feel free to ping me (@PragTob)
    
    Also, special thanks goes to @donv who created did a lot of testing,
    issue reporting et. al. for simplecov on JRuby for a long time!
    
    * fixes #524
    PragTob committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    ad79c76 View commit details
    Browse the repository at this point in the history