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: 53a43caf7fb3
Choose a base ref
...
head repository: jruby/jruby
compare: 8f628ede4869
Choose a head ref
  • 3 commits
  • 17 files changed
  • 1 contributor

Commits on Nov 7, 2014

  1. Fix excludes logic for included modules.

    See ruby/test_struct.rb for one such example. Test methods pulled
    in from a module were not firing exclude logic, inflating our
    failure rate on the updated 2.2 tests. With this fix, about 30
    failures went back underground.
    headius committed Nov 7, 2014
    Copy the full SHA
    bea6e70 View commit details
    Browse the repository at this point in the history
  2. Update tags for #2142.

    headius committed Nov 7, 2014
    Copy the full SHA
    a65e66f View commit details
    Browse the repository at this point in the history
  3. Add frozen string optz and improve string handling in JIT.

    * FrozenString operand represents "str".freeze
    * All modes cache frozen strings and bytelists now (none before)
    headius committed Nov 7, 2014
    Copy the full SHA
    8f628ed View commit details
    Browse the repository at this point in the history