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: cfa4f8a6dc13
Choose a base ref
...
head repository: jruby/jruby
compare: a9cda0978d0b
Choose a head ref
  • 6 commits
  • 10 files changed
  • 1 contributor

Commits on Nov 11, 2016

  1. Copy the full SHA
    42de769 View commit details
    Browse the repository at this point in the history
  2. [Truffle] Fix if $0 == __FILE__ for the nth time...

    * For the main Source, getName() is just the path passed to ruby:
      $ ruby ./foo/bar.rb => "./foo/bar.rb"
      and getPath() is the expanded path.
      For other files, both are the expanded path.
    eregon committed Nov 11, 2016
    Copy the full SHA
    ea9e268 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    924cd41 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2eb0766 View commit details
    Browse the repository at this point in the history
  5. [Truffle] Fix some bad code.

    * Source can never be null with the new API.
    eregon committed Nov 11, 2016
    Copy the full SHA
    224fe53 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    a9cda09 View commit details
    Browse the repository at this point in the history