barelyknown (Sean Devine)
- Login: barelyknown
- Email: barelyknown@icloud.com
- Registered on: 12/28/2015
- Last sign in: 12/28/2015
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
12/28/2015
-
02:01 PM Ruby Bug #11907 (Rejected): sort_by does not preserve order with arrays with 7+ items and a block that returns the same value
- **TL;DR Arrays with more than 6 items do not have their order preserved if sorted with sort_by and the sort_by block returns the same value for each.**
Let’s start with a simple array of 6 items and sort it by the same value using the...