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: 92e4062db513
Choose a base ref
...
head repository: jruby/jruby
compare: 260e182323ae
Choose a head ref
  • 6 commits
  • 20 files changed
  • 1 contributor

Commits on Feb 10, 2015

  1. 1
    Copy the full SHA
    3d59f20 View commit details
    Browse the repository at this point in the history
  2. [Truffle] Remove RubyProc's declaringModule.

    * Not used anymore and we can get the current method to achieve
      RubyCallStack.getCurrentDeclaringModule().
    eregon committed Feb 10, 2015
    Copy the full SHA
    cb4c63d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    76e9453 View commit details
    Browse the repository at this point in the history
  4. [Truffle] The frame method as well as RubyProc's method are now alway…

    …s InternalMethod.
    
    * Only used by super and Module.nesting which are not interested in RubyProc.
    * For backtrace, this is done separetely with the call nodes,
      so there is no influence from this change.
    eregon committed Feb 10, 2015
    2
    Copy the full SHA
    bbcf625 View commit details
    Browse the repository at this point in the history
  5. [Truffle] Clarify comment.

    eregon committed Feb 10, 2015
    Copy the full SHA
    fff7a6c View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    260e182 View commit details
    Browse the repository at this point in the history