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: 8d34a507cc0b
Choose a base ref
...
head repository: jruby/jruby
compare: 76165450d6fc
Choose a head ref
  • 2 commits
  • 15 files changed
  • 1 contributor

Commits on Oct 13, 2014

  1. [Truffle] Add the possibility to make singleton methods.

    * rb_define_singleton_method() in MRI, (meta = true) in JRuby.
    * Refactor addMethod().
    eregon committed Oct 13, 2014
    Copy the full SHA
    1642e85 View commit details
    Browse the repository at this point in the history
  2. [Truffle] Use our shiny new singleton methods.

    * Now all @coremethod should be correctly classified.
    * Usage of self is rather rare, so use the same strategy as for isModuleFunction.
    eregon committed Oct 13, 2014
    Copy the full SHA
    7616545 View commit details
    Browse the repository at this point in the history