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

Commits on Feb 17, 2015

  1. Copy the full SHA
    c3e77fc View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ea7f45c View commit details
    Browse the repository at this point in the history
  3. [Truffle] Do not save any kind of lexicalScope into a RubyModule.

    * We might need the lexicalParent though in some cases if it is an anonymous module.
    eregon committed Feb 17, 2015
    Copy the full SHA
    84ac23d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    541bc0b View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    ad2ab66 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    2bce6c7 View commit details
    Browse the repository at this point in the history
  7. [Truffle] Let RubyModule.setConstant() handle special values like mod…

    …ules.
    
    * RubyModule.name is now null or full.
    * RubyModule.getName() is a "forgiving" method in that it always provide some name.
    * Check with RubyModule.hasName() if there is already a sensible name.
    eregon committed Feb 17, 2015
    Copy the full SHA
    598ea89 View commit details
    Browse the repository at this point in the history