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: 68cbdcada675
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: aeeff9f703b1
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Jan 16, 2018

  1. String#-@ deduplicates unfrozen strings

    Already-frozen strings remain unchanged for compatibility.
    https://bugs.ruby-lang.org/issues/13077
    #4876.
    ChrisBr committed Jan 16, 2018
    Copy the full SHA
    8a8fdc0 View commit details
  2. Tests for String#@- deduplicates strings

    c&p from 15ef28a991f66f65bb29751cf2bef3bcb51066fc.
    #4876
    ChrisBr committed Jan 16, 2018
    Copy the full SHA
    4b0f4c0 View commit details

Commits on Jan 17, 2018

  1. Merge pull request #4983 from ChrisBr/feature/dedup-string-minus

    String#-@ deduplicates unfrozen strings
    kares authored Jan 17, 2018
    Copy the full SHA
    aeeff9f View commit details
Loading