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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 92280efd7987
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 30d22091cd91
Choose a head ref
  • 8 commits
  • 15 files changed
  • 1 contributor

Commits on Feb 24, 2016

  1. Copy the full SHA
    f0e2bd0 View commit details
  2. Fix str2sym behavior in Module#remove_method.

    This works properly, but because it uses a "raw" string the
    resulting error message is mangled when MBC are present.
    
    See #3697.
    headius committed Feb 24, 2016
    Copy the full SHA
    c3dd1f7 View commit details
  3. Copy the full SHA
    ada5d23 View commit details
  4. Capitalization fix.

    headius committed Feb 24, 2016
    Copy the full SHA
    71d9997 View commit details
  5. DStr need to be frozen after creation with pragma active.

    Fixes MRI TestRubyOptions#test_frozen_string_literal_debug.
    headius committed Feb 24, 2016
    Copy the full SHA
    5593cbb View commit details
  6. Disable means off.

    headius committed Feb 24, 2016
    Copy the full SHA
    e6a549d View commit details
  7. Copy the full SHA
    5b1d388 View commit details
  8. Copy the full SHA
    30d2209 View commit details
Loading