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: 438e4a0c02f5
Choose a base ref
...
head repository: jruby/jruby
compare: 5d2e05116e1a
Choose a head ref
  • 11 commits
  • 19 files changed
  • 1 contributor

Commits on Oct 8, 2014

  1. [Truffle] Fix Module#include so it does not copy but modify the ances…

    …tor chain.
    
    * Which means we must also include transitively-inluded modules.
    eregon committed Oct 8, 2014
    Copy the full SHA
    d8d4100 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5f76775 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4900f50 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ffe422b View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    1c64e7c View commit details
    Browse the repository at this point in the history
  6. [Truffle] Fix module_function (and corresponding isModuleMethod).

    * makes instance method private and singleton method public.
    * visibility is ignored when isModuleMethod = true.
    eregon committed Oct 8, 2014
    Copy the full SHA
    54d4ac9 View commit details
    Browse the repository at this point in the history
  7. [Truffle] Fix a few internal DispatchHeadNode doing calls on self.

    * So they don't do visibility checking.
    eregon committed Oct 8, 2014
    Copy the full SHA
    ecebf97 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    fcabf54 View commit details
    Browse the repository at this point in the history
  9. [Truffle] Stop depending on receiver to do visibility checking.

    * Proc#binding is simply not implemented, it was using private Kernel#binding.
    eregon committed Oct 8, 2014
    Copy the full SHA
    c57a69b View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    d08fc13 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    5d2e051 View commit details
    Browse the repository at this point in the history