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

Commits on Mar 4, 2015

  1. String#lines should use each_line Enumerator to create ary.

    Reduces warnings noise in test:mri runs.
    headius committed Mar 4, 2015
    Copy the full SHA
    a67797e View commit details
    Browse the repository at this point in the history
  2. Numeric coercion should bail out if !respond_to? coerce.

    Reduces warning noise in test:mri.
    headius committed Mar 4, 2015
    Copy the full SHA
    2d46e1f View commit details
    Browse the repository at this point in the history
  3. Faster nil access.

    headius committed Mar 4, 2015
    Copy the full SHA
    c8e291f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    fda635e View commit details
    Browse the repository at this point in the history