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: ee17203bf661
Choose a base ref
...
head repository: jruby/jruby
compare: 98918e40a5ca
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Oct 6, 2016

  1. Flush destination IO in IO.copy_stream

    Previously, any buffered IO was ignored when copying to the destination stream.
    
    Untagged a couple of specs that are no longer failing with the additional flush.
    grddev committed Oct 6, 2016
    Configuration menu
    Copy the full SHA
    b7fab70 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4207 from grddev/flush-dst-in-copy-stream

    Flush destination IO in IO.copy_stream
    headius committed Oct 6, 2016
    Configuration menu
    Copy the full SHA
    98918e4 View commit details
    Browse the repository at this point in the history