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: 68199606c839
Choose a base ref
...
head repository: jruby/jruby
compare: 88a7994edbfe
Choose a head ref
  • 3 commits
  • 10 files changed
  • 1 contributor

Commits on Nov 11, 2014

  1. Revert "[Truffle] Raise NameError in #method_missing if it came from …

    …a VCall."
    
    * There is no need for such knowledge.
    
    This reverts commit 6d424b4.
    
    Conflicts:
    	core/src/main/java/org/jruby/truffle/nodes/core/BasicObjectNodes.java
    eregon committed Nov 11, 2014
    Copy the full SHA
    540fd31 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0583cad View commit details
    Browse the repository at this point in the history
  3. [Truffle] Fix a couple exception messages.

    * Remove the nameErrorNoMethod since we don't need it anymore
      and it is confusing with its noMethodError cousin.
    eregon committed Nov 11, 2014
    Copy the full SHA
    88a7994 View commit details
    Browse the repository at this point in the history