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

Commits on Feb 18, 2016

  1. Check if open when extracting filename from an IO for file tests.

    Fixes TestFileExhaustive#test_closed_io_identical_p.
    headius committed Feb 18, 2016
    Copy the full SHA
    2b0d85f View commit details
  2. Create fifo in proper cwd for this runtime.

    Fixes numerous MRI tests:
    
    * TestIO#test_open_fifo_does_not_block_other_threads
    headius committed Feb 18, 2016
    Copy the full SHA
    a706a17 View commit details
  3. Copy the full SHA
    53e1b4f View commit details
  4. Fall back on Hash#[] dispatch when missing key in sprintf format.

    Fixes MRI TestSprintf#test_named_default.
    headius committed Feb 18, 2016
    Copy the full SHA
    abf7953 View commit details
  5. Implement String#initialize with encoding options.

    Fixes MRI TestString#test_s_new and TestString2#test_s_new.
    headius committed Feb 18, 2016
    Copy the full SHA
    d3e86d4 View commit details
  6. Tempfile#initialize now defaults basename to "".

    Fixes MRI TestTempfile#test_default_basename.
    headius committed Feb 18, 2016
    Copy the full SHA
    74e00ae View commit details
Loading