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: 4bd5abe9b344
Choose a base ref
...
head repository: jruby/jruby
compare: c723013d2969
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Nov 6, 2014

  1. Implement Method#curry, which simply delegates to Proc#curry.

    Also fixes an existing bug in JRuby which would ignore the argument
    passed to Proc#curry() and would instead always use the Proc's arity.
    With that fixed, Proc#curry properly works with varargs now.
    
    The fixed regression was introduced in 7270345
    
    Conflicts:
    	core/src/main/java/org/jruby/RubyMethod.java
    cheald committed Nov 6, 2014
    Copy the full SHA
    f488a44 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2014

  1. Merge pull request #2133 from cheald/method_curry

    Implement Method#curry, which simply delegates to Proc#curry.
    headius committed Nov 7, 2014
    Copy the full SHA
    c723013 View commit details
    Browse the repository at this point in the history