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: e0eba285e163
Choose a base ref
...
head repository: jruby/jruby
compare: 4897cd6f5959
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Mar 2, 2015

  1. Copy the full SHA
    f47369d View commit details
    Browse the repository at this point in the history
  2. [Truffle] Fix require_relative from main script.

    * Main script path is not a full path, contrary to all other files.
      (On purpose, so it appears as a relative path in bactraces).
    eregon committed Mar 2, 2015
    Copy the full SHA
    1c6189c View commit details
    Browse the repository at this point in the history
  3. [Truffle] Simplify FeatureManager.require by only allowing a single p…

    …ath.
    
    * Refactor to FeatureManager.getSourcePath instead of if(main script).
    eregon committed Mar 2, 2015
    Copy the full SHA
    4897cd6 View commit details
    Browse the repository at this point in the history