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: a7ba16dbc7e9
Choose a base ref
...
head repository: rubinius/rubinius
compare: 74a7dbd24850
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Jan 29, 2016

  1. Spec Enumerable#sort_by when #map does not return an array

    The basic example for this is a lazy enumerable.  In this case, #map
    returns another lazy enumerable, and this breaks #sort_by
    asppsa committed Jan 29, 2016
    Copy the full SHA
    efc8f03 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    341890e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3593 from asppsa/master

    Fix Enumerable#sort_by when #map does not return an array
    brixen committed Jan 29, 2016
    Copy the full SHA
    74a7dbd View commit details
    Browse the repository at this point in the history