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: 399cf150c98f
Choose a base ref
...
head repository: jruby/jruby
compare: ecc1fa82c30c
Choose a head ref
  • 2 commits
  • 16 files changed
  • 1 contributor

Commits on Dec 2, 2016

  1. Copy the full SHA
    f6b25e5 View commit details
    Browse the repository at this point in the history
  2. Remove remaining uses of execRecursive.

    Bit of cleanup and refactoring here too:
    
    * safeRecurse moved to ThreadContext, to avoid need for cleanup
      and thread-locals.
    * execRecursive logic moved to a separate class (born deprecated)
      and the public methods in Ruby are deprecated.
    * Move all recursion-guard state out of Ruby.
    headius committed Dec 2, 2016
    Copy the full SHA
    ecc1fa8 View commit details
    Browse the repository at this point in the history