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: 2572d3976303
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 057062dcef59
Choose a head ref
  • 20 commits
  • 21 files changed
  • 3 contributors

Commits on Jan 5, 2016

  1. Copy the full SHA
    c90244f View commit details
  2. [Truffle] The Rubinius-only method __instance_variables__ needs to be…

    … on BasicObject, not Kernel.
    nirvdrum committed Jan 5, 2016
    Copy the full SHA
    473754f View commit details
  3. Copy the full SHA
    6f2a398 View commit details
  4. Copy the full SHA
    f5f5388 View commit details
  5. Copy the full SHA
    be15fc4 View commit details
  6. 7
    Copy the full SHA
    29db9da View commit details
  7. Copy the full SHA
    d5ab0d3 View commit details

Commits on Jan 6, 2016

  1. Copy the full SHA
    65f1253 View commit details
  2. Remove buffering for input source.

    If it's an inline script, it is in the form of a byte[] and does
    not need to be buffered.
    
    If it's a file or stdin, it will be read via a RubyIO, which does
    its own buffering.
    
    If it's coming from a jar file, it's already buffered or will be
    buffered by RubyIO.
    
    Removing this buffering enables direct access to any FileChannel
    associated with the open file, which in turn provides a true DATA
    object when requested.
    headius committed Jan 6, 2016
    Copy the full SHA
    64a26a6 View commit details
  3. Implement DATA again. Fixes #3579.

    This is an improvement on 1.7 in that for a normal file it will
    actually be a true ruby File wrapping the actual FileChannel used
    to parse the file.
    headius committed Jan 6, 2016
    Copy the full SHA
    c39e9b1 View commit details
  4. Copy the full SHA
    15c7711 View commit details
  5. Copy the full SHA
    3890a73 View commit details
  6. Copy the full SHA
    55d94bb View commit details
  7. Copy the full SHA
    57cc8a6 View commit details
  8. Copy the full SHA
    5a3ac6d View commit details
  9. [Truffle] When you have a rest and then a post in restructure, the re…

    …st should't capture what does into the post.
    chrisseaton committed Jan 6, 2016
    Copy the full SHA
    6397963 View commit details
  10. Copy the full SHA
    a39aad7 View commit details
  11. Copy the full SHA
    1354bd1 View commit details
  12. Copy the full SHA
    41e510a View commit details
  13. Copy the full SHA
    057062d View commit details
Loading