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: 62fa282cd3fa
Choose a base ref
...
head repository: jruby/jruby
compare: d6c5cd8d1f85
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on May 26, 2015

  1. Revert "find gem extension classes for uri-like filenames"

    This reverts commit 62fa282.
    mkristian committed May 26, 2015
    Configuration menu
    Copy the full SHA
    19e82ee View commit details
    Browse the repository at this point in the history
  2. Rework jar service loading to properly build path.

    The logic here will walk from end to beginning of the loading jar
    filename, building service class names and attempting to load them.
    This is an O(n) operation for the number of path elements, but I
    do not know another way to deal with RubyGems canonicalizing jar
    file path names.
    
    Conflicts:
    	core/src/main/java/org/jruby/runtime/load/ClassExtensionLibrary.java
    headius authored and mkristian committed May 26, 2015
    Configuration menu
    Copy the full SHA
    86887d3 View commit details
    Browse the repository at this point in the history
  3. add tests for #2986

    Sponsored By Lookout Inc.
    mkristian committed May 26, 2015
    Configuration menu
    Copy the full SHA
    d6c5cd8 View commit details
    Browse the repository at this point in the history