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

Commits on Jan 8, 2018

  1. Do not provide a frame name for toplevel.

    This fixes an issue with __callee__ showing "(root)" at toplevel,
    and since root can statically never contain a super call, the null
    name should never be used that way either.
    headius committed Jan 8, 2018
    Copy the full SHA
    6908774 View commit details
  2. Revert "Reduce JVM signal usage during MRI suite to help signal tests."

    This prevents INT from being rebound. o_O
    
    This reverts commit b601ce5.
    headius committed Jan 8, 2018
    Copy the full SHA
    c5d3cd2 View commit details

Commits on Jan 9, 2018

  1. Copy the full SHA
    d213ade View commit details
  2. Copy the full SHA
    f5539dc View commit details
Loading