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: 8c041631cf1d
Choose a base ref
...
head repository: jruby/jruby
compare: 845da0272869
Choose a head ref
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Feb 17, 2015

  1. [Truffle] Moved Kernel#print to Rubinius.

    To make this work I needed to move the writing to STDOUT elsewhere.  IO#write is the natural place for this to go, although it shouldn't be couple to STDOUT like it currently is.  The implementation is wrong, as was the old one, but wrong in a different way.  The big difference now is /STDOUT can be redefined and Kernel#print will react accordingly.
    nirvdrum committed Feb 17, 2015
    2
    Copy the full SHA
    a18125f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    845da02 View commit details
    Browse the repository at this point in the history