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: 5a244b844f58
Choose a base ref
...
head repository: jruby/jruby
compare: 0411d68db1a9
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jun 19, 2018

  1. [refactor] decode ruby string once on exist?(path)

    also do 'normal' file checking first instead of class-path scan
    (separate classpath:/ check could be refactored with resources)
    kares committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    04542a6 View commit details
    Browse the repository at this point in the history
  2. [refactor] no need to re-create JRubyFile twice

    ... with an absolute-path - for more consistent behavior
    + removed symlink comments that seem no longer relevant
    kares committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    0411d68 View commit details
    Browse the repository at this point in the history