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: 09cb264a994b
Choose a base ref
...
head repository: jruby/jruby
compare: a00583269bee
Choose a head ref
  • 7 commits
  • 19 files changed
  • 1 contributor

Commits on Feb 6, 2015

  1. Copy the full SHA
    ee1084c View commit details
    Browse the repository at this point in the history
  2. [Truffle] Avoid using frame-style visibility in core.

    * For easier debugging.
    eregon committed Feb 6, 2015
    Copy the full SHA
    933a2c3 View commit details
    Browse the repository at this point in the history
  3. [Truffle] Do not error if there is no visibility in the caller frame.

    * Just set it to make IRB happy. Actual behavior is mysterious.
    eregon committed Feb 6, 2015
    Copy the full SHA
    4221159 View commit details
    Browse the repository at this point in the history
  4. [Truffle] Use the declaration frame chain to find visibility.

    * Dynamic call stack is wrong for cases such as eval with binding.
    * instance_eval(String) should set visibility to PUBLIC.
    eregon committed Feb 6, 2015
    Copy the full SHA
    e037724 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    cf80174 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    37bc09e View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    a005832 View commit details
    Browse the repository at this point in the history