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

Handle Ruby 3.1 eval location change #366

Merged

Commits on Aug 2, 2021

  1. Handle Ruby 3.1 eval location change

    Ref: ruby/ruby#4519
    
    On Ruby 3.1, `Backtrace::Location#absolute_path` returns `nil` if the
    code was loaded with eval. That same PR made `require_relative` fallback
    to `Backtrace::Location#path` in such case, so we're doing the same.
    byroot committed Aug 2, 2021
    Copy the full SHA
    0d64e7e View commit details
    Browse the repository at this point in the history