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: 7cc6174dbc34
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 31842aea476f
Choose a head ref
  • 4 commits
  • 5 files changed
  • 1 contributor

Commits on Aug 11, 2017

  1. Copy the full SHA
    fe66f0e View commit details
  2. Copy the full SHA
    77eee01 View commit details
  3. Copy the full SHA
    b1dd5db View commit details
  4. Reinstate the cat path using the full string.

    Previously this logic used cat but without the code range
    requiring it to be re-scanned later. Since the literal string
    components of a dstr now are always the same frozen string
    instance, we can preserve the code range and call the version
    of cat that makes use of it. This also skips the type checks in
    the untyped append path (used for the dynamic portions of a dstr).
    headius committed Aug 11, 2017
    Copy the full SHA
    31842ae View commit details
Loading