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: fd44e62cdeaf
Choose a base ref
...
head repository: jruby/jruby
compare: f0c1124a3e77
Choose a head ref
  • 5 commits
  • 3 files changed
  • 1 contributor

Commits on Dec 13, 2016

  1. Copy the full SHA
    18e992f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7fccf8c View commit details
    Browse the repository at this point in the history
  3. Fixes #4383. warn with array should behave like puts with array.

    Also fixes two other problems:
    1. we do not dynamic dispatch to puts.  MRI always uses builtin.
    2. as part of switching from two writes to builtin puts we also emit
       an extra newline which fixes our last broken spec.
    
    Next commit will add spec for this issue so we have coverage.
    enebo committed Dec 13, 2016
    2
    Copy the full SHA
    4b83350 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8ee58af View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    f0c1124 View commit details
    Browse the repository at this point in the history