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: dfa0e7138cc8
Choose a base ref
...
head repository: jruby/jruby
compare: 8780600701ef
Choose a head ref
  • 4 commits
  • 6 files changed
  • 1 contributor

Commits on Apr 24, 2018

  1. Configuration menu
    Copy the full SHA
    ad73ff4 View commit details
    Browse the repository at this point in the history
  2. Split String[] limit test to separate method and exclude.

    JRuby's limits for string offset are within int range, so this is
    clearly supposed to be a range error for us (rather than an index
    error) since the requested index is well outside int range.
    headius committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    b75be84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    796b958 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8780600 View commit details
    Browse the repository at this point in the history