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: be44d2d28145
Choose a base ref
...
head repository: jruby/jruby
compare: 64cfd1e20150
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 16, 2018

  1. Restore old PATH logic used by pure-Java processes.

    The newer logic unconditionally searches for the executable in
    PATH and so is not suitable for cases where the executable is a
    relative path from CWD. This caused regressions in
    test/jruby/test_kernel.rb.
    headius committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    511c05d View commit details
    Browse the repository at this point in the history
  2. Clean up imports.

    headius committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    64cfd1e View commit details
    Browse the repository at this point in the history