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: fffb9e39bedf
Choose a base ref
...
head repository: jruby/jruby
compare: e358cd7c1aa0
Choose a head ref
  • 5 commits
  • 27 files changed
  • 1 contributor

Commits on Mar 31, 2015

  1. use uri:classloader:/ to load kernel

    and let the protocol classpath: search on uri:classloader:/ or on LOAD_PATH
    mkristian committed Mar 31, 2015
    Copy the full SHA
    e7218ea View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e9fb65c View commit details
    Browse the repository at this point in the history
  3. ensure relative paths do NOT load unless "." is on $LOAD_PATH

    there is an extra search on "." necessary otherwise the relative path
    will be found via the classloader. the regular mri spec does not fail
    since current directory in java is independent from the current directory
    in ruby
    mkristian committed Mar 31, 2015
    Copy the full SHA
    111011d View commit details
    Browse the repository at this point in the history
  4. skip test which ensure current directory is NOT on loadpath

    old load-service will find it. new load-service will not find it.
    mkristian committed Mar 31, 2015
    Copy the full SHA
    d25cc3d View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    e358cd7 View commit details
    Browse the repository at this point in the history