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

Don't raise exception on JRuby 9k < 9.2.1.0 #400

Merged
merged 1 commit into from Jan 25, 2020

Commits on Jan 24, 2020

  1. Don't raise exception on JRuby 9k < 9.2.1.0

    JRuby 9k 9.2.0.0 and lower will has a bug in Ripper.sexp that raises a
    NoMethodError when analyzing code that even references a method with
    keyword arguments. This makes failure formatting raise that exception.
    Best to just not use Ripper on JRuby 9k < 9.2.1.0.
    
    [Fixes rspec#399]
    BrianHawley committed Jan 24, 2020
    Copy the full SHA
    39de8fb View commit details
    Browse the repository at this point in the history