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
base: 47fcb429cb0f
Choose a base ref
...
head repository: rubinius/rubinius
compare: 7f7d57b482a3
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Jun 26, 2015

  1. Changed Comparable#== to use a recursion guard.

    * Instead of rescuing a SystemStackError.
    eregon committed Jun 26, 2015
    Copy the full SHA
    859acc0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    339f429 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9e3c437 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3452 from eregon/comparable_equal_recursion

    Change Comparable#== to use a recursion guard
    brixen committed Jun 26, 2015
    Copy the full SHA
    7f7d57b View commit details
    Browse the repository at this point in the history