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

Commits on Nov 17, 2014

  1. Copy the full SHA
    5a134c3 View commit details
    Browse the repository at this point in the history
  2. Fix #2205: All (except top-level) scopes have PUBLIC visibility by de…

    …fault
    
    * JIT was already behaving this way.
    * Updated interpreter to have the same behavior and eliminated the
      visibility parameter to interpret methods.
    * Eliminates the difference between MRI behavior and jruby -X-C on the
      snippet in #2205.
    subbuss committed Nov 17, 2014
    Copy the full SHA
    dd7f8b7 View commit details
    Browse the repository at this point in the history