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: jruby/jruby
base: b30ed1c8d06e
Choose a base ref
...
head repository: jruby/jruby
compare: 877bcf42c0a8
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Apr 19, 2018

  1. Configuration menu
    Copy the full SHA
    743642a View commit details
    Browse the repository at this point in the history
  2. Add JRuby::Util.internal_libraries for bootsnap.

    In Shopify/bootsnap#162, I reported that
    bootsnap's load path caching breaks JRuby's internal extensions,
    since they do not live on the filesystem anywhere. They have logic
    for CRuby to skip their search logic for known CRuby-internal
    extensions, but there are many more for JRuby and they do not
    follow the same naming pattern as in CRuby. This patch adds a
    JRuby utility method for getting an array of all such internal
    libraries, so they can be skipped by bootsnap.
    headius committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    877bcf4 View commit details
    Browse the repository at this point in the history