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

Commits on Jan 9, 2017

  1. When precompiling loaded files, set top-level module. Fixes #4416.

    The logic that precompiles a 'load'ed or 'require'd file did not
    ever call setModule or determineModule on the root scope for that
    script body. This caused module definitions to blow up, since they
    had no containing scope in which to define the new module.
    headius committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    8a8fa01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    101887c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4431 from headius/set-toplevel-module

    Set toplevel module
    headius committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    2d090fb View commit details
    Browse the repository at this point in the history