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: ffb61b4b7e49
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 83a22d896cbc
Choose a head ref
  • 8 commits
  • 13 files changed
  • 1 contributor

Commits on Feb 27, 2017

  1. Change spec to catch uninitialized argf (at some point a call would m…

    …ake all impls implicitly init. Fix our bad initing in JRuby itself
    enebo committed Feb 27, 2017
    Copy the full SHA
    f26e5fc View commit details
  2. Fixes #4497. The return value of ARGF.file#lineno differs from that…

    … of MRI.
    
    Fixes all lineno specs involving ARGF.lineno
    Fixes all known issues with $.
    enebo committed Feb 27, 2017
    Copy the full SHA
    b9476c4 View commit details
  3. Since ARGF data is constructed during bootstrap we do not need to nul…

    …l check
    
    it.
    
    Make line setting just set Runtime.setCurrentLine
    Make helper for getting current file for shorter/simpler methods.
    enebo committed Feb 27, 2017
    Copy the full SHA
    f7ce9b3 View commit details
  4. Fixes ruby/spec failure where binmode would only set current file and…

    … not
    
    all successive files.
    enebo committed Feb 27, 2017
    Copy the full SHA
    361e0dd View commit details
  5. Copy the full SHA
    99380d9 View commit details
  6. Copy the full SHA
    d6153e7 View commit details
  7. Copy the full SHA
    39e020b View commit details
  8. Fix ruby/spec ARGF.readpartial which will throw EOF on last file but …

    …if last
    
    file it will clear out the string specified as its out buffer.  You can't make
    this stuff up!
    enebo committed Feb 27, 2017
    Copy the full SHA
    83a22d8 View commit details