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

Disable iseq cache in Ruby 2.5 #257

Merged
merged 1 commit into from Apr 24, 2019
Merged

Disable iseq cache in Ruby 2.5 #257

merged 1 commit into from Apr 24, 2019

Commits on Apr 22, 2019

  1. Disable iseq cache in Ruby 2.5

    There are many bugs in Ruby 2.5 related with iseq cache making it hard
    to use tracepoints with it. This means that debuggers and any gem that
    uses tracepoint don't play well with bootsnap when used with Ruby 2.5.
    
    Until those issues are fixed in Ruby 2.5 we are going to disabled iseq
    cache in the `bootsnap/setup` file.
    rafaelfranca committed Apr 22, 2019
    Copy the full SHA
    7631334 View commit details
    Browse the repository at this point in the history