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

Commits on Dec 3, 2014

  1. [Truffle] No need for isTruthy in DispatchHeadNode.doesRespondTo.

    * It is the basic respond_to? which just says whether there is a method
      and therefore result can only be a boolean (unless impl bugs).
    eregon committed Dec 3, 2014
    Copy the full SHA
    89269d6 View commit details
    Browse the repository at this point in the history
  2. [Truffle] Splat should call the real respond_to?.

    * We might want a node for this pattern.
    eregon committed Dec 3, 2014
    Copy the full SHA
    b6bcd05 View commit details
    Browse the repository at this point in the history