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: rubinius/rubinius
base: 010342ac4da9
Choose a base ref
...
head repository: rubinius/rubinius
compare: 8a49a9c046b6
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Dec 31, 2014

  1. Add failing spec for distinguishing between a vcall and method when m…

    …issing.
    
    (Missing method => NoMethodError, missing vcall => NameError)
    Demonstrates issue #3101.
    jemc committed Dec 31, 2014
    Copy the full SHA
    bda83a2 View commit details
    Browse the repository at this point in the history
  2. Correctly distinguish between a vcall and method when missing.

    (Missing method => NoMethodError, missing vcall => NameError)
    Fixes #3101.
    jemc committed Dec 31, 2014
    1
    Copy the full SHA
    8a49a9c View commit details
    Browse the repository at this point in the history