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

Commits on Apr 8, 2015

  1. Revert "Revert "Fixes #2511 - Keyword method parameters cannot take a…

    … frozen hash. Fixes #2015 - Method keyword arguments are destructive""
    
    This reverts commit 4c86703.
    enebo committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    27186ad View commit details
    Browse the repository at this point in the history
  2. Do not double frobnicate JIT'd kwargs hash through both MixedModeMeth…

    …od and CompiledIRMethod. -1 as magic value for specificArity was already used and cloning a CompiledMethod would convert to thinking it was a kwargs method
    enebo committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    7f16e7a View commit details
    Browse the repository at this point in the history