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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1839880a1eb3
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 583bfde4b8ec
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 28, 2018

  1. Copy the full SHA
    eae40f1 View commit details
  2. Copy the full SHA
    583bfde View commit details
Showing with 2 additions and 1 deletion.
  1. +1 −1 core/src/main/java/org/jruby/ir/runtime/IRRuntimeHelpers.java
  2. +1 −0 test/mri/excludes/TestProc.rb
Original file line number Diff line number Diff line change
@@ -2018,7 +2018,7 @@ public static IRubyObject callOptimizedAref(ThreadContext context, IRubyObject c
}

public static DynamicMethod getRefinedMethodForClass(StaticScope refinedScope, RubyModule target, String methodId) {
Map<RubyClass, RubyModule> refinements;
Map<RubyModule, RubyModule> refinements;
RubyModule refinement;
DynamicMethod method = null;
RubyModule overlay;
1 change: 1 addition & 0 deletions test/mri/excludes/TestProc.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
exclude :test_attr_source_location, "needs investigation"
exclude :test_block_source_location, "needs investigation, new in 2.5"
exclude :test_curry, "needs investigation"
exclude :test_curry_from_knownbug, "needs investigation"
exclude :test_curry_optional_params, "needs investigation"