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: 1f9f9f8b2777
Choose a base ref
...
head repository: jruby/jruby
compare: 8edc32d5b18d
Choose a head ref
  • 3 commits
  • 6 files changed
  • 1 contributor

Commits on Feb 18, 2015

  1. [Truffle] Propagate naming of anonymous modules.

    * Lexical children modules get named when their parent gets named.
    * MRI seems to do it slightly differently but this approach is
      rather clean and seems to respect the full behavior.
    eregon committed Feb 18, 2015
    Copy the full SHA
    b41331c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    09a7e9b View commit details
    Browse the repository at this point in the history
  3. [Truffle] Pass all specs for Module#const_set.

    * IdUtil.isValidConstantName19 is the right way to validate.
    eregon committed Feb 18, 2015
    Copy the full SHA
    8edc32d View commit details
    Browse the repository at this point in the history