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: rubinius/rubinius
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5eabb950f4e5
Choose a base ref
...
head repository: rubinius/rubinius
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 47380b8cc703
Choose a head ref
  • 3 commits
  • 7 files changed
  • 1 contributor

Commits on Oct 21, 2014

  1. Deal with liars like Rake.

    We have to deal with code like this from Rake that redefines #is_a?/#kind_of?
    to return a false result:
    
    https://github.com/jimweirich/rake/blob/11a4d02eb3294244fe81cfe1d6139554d88d2d69/lib/rake/file_list.rb#L182-L186
    brixen committed Oct 21, 2014
    Copy the full SHA
    8dfce37 View commit details
  2. More cleanup around fork+exec.

    brixen committed Oct 21, 2014
    Copy the full SHA
    47c3aac View commit details
  3. Copy the full SHA
    47380b8 View commit details
Loading