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: 659a2c53d41f
Choose a base ref
...
head repository: jruby/jruby
compare: 9c096c96c8b6
Choose a head ref
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Mar 21, 2018

  1. Configuration menu
    Copy the full SHA
    8ab9aea View commit details
    Browse the repository at this point in the history
  2. A little hackage since real solution is a painful discussion.

    __method__ will return original(old) name in an alias
    __callee__ will return new name of an alias
    
    We alias these two methods together and we store what __method__ needs.  So
    bigger solution will probably need to capture another value into the frame but
    that is something we really really don't want to do.  Worked around it in ripper
    for now.
    enebo committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    9c096c9 View commit details
    Browse the repository at this point in the history