Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rails/bootsnap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.3
Choose a base ref
...
head repository: rails/bootsnap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.4
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

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
    Configuration menu
    Copy the full SHA
    7631334 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2019

  1. Merge pull request #257 from Shopify/rm-disable-iseq-2.5

    Disable iseq cache in Ruby 2.5
    rafaelfranca authored Apr 24, 2019
    Configuration menu
    Copy the full SHA
    4ed465c View commit details
    Browse the repository at this point in the history
  2. Prepare to 1.4.4

    rafaelfranca committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    55ead96 View commit details
    Browse the repository at this point in the history
Loading