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: 214dea5ba2f6
Choose a base ref
...
head repository: jruby/jruby
compare: e5e519837958
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Apr 21, 2015

  1. Re-fix searching of prepended modules-in-a-module. Fixes #2864.

    The original problem was that we only searched the target module's
    method table, which is empty in the presence of prepends. The new
    issue was that my depth-limiting fix to IncludedModuleWrapper's
    searchMethodCommon did not start from the right place (`this`
    instead of `origin`) and the condition was not right.
    headius committed Apr 21, 2015
    Configuration menu
    Copy the full SHA
    b9473af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5e5198 View commit details
    Browse the repository at this point in the history