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: a7ba16dbc7e9
Choose a base ref
...
head repository: rubinius/rubinius
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
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
  2. Copy the full SHA
    341890e View commit details
  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
Loading