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

Commits on Aug 23, 2017

  1. Include hierarchy of prepends when adding method names from mod.

    Fixes #4723
    
    Method searching for calls used overridden logic in the included
    module wrapper, but we did not do the same logic when
    traversing all methods to add them to a reflective method list
    (such as instance_methods). This patch adds overridden logic in
    the wrapper to walk the prepends just as in the call site case.
    headius committed Aug 23, 2017
    Copy the full SHA
    c90582c View commit details
  2. Copy the full SHA
    125be53 View commit details
Loading