pibako (Piotr Kowalski)
- Login: pibako
- Email: piotr.kowalski@me.com
- Registered on: 07/21/2015
- Last sign in: 07/21/2015
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
07/22/2015
-
01:43 PM Ruby Bug #11379: Difference in `Array#sort_by` method between Ubuntu Linux and OS X
- All clear, thank you.
-
01:36 PM Ruby Bug #11379: Difference in `Array#sort_by` method between Ubuntu Linux and OS X
- > You may not expect order is same even with two subsequent sort invocation.
Non deterministic algorithm... makes sense. Is that somewhere stated in documentation?
Just curious, do you happen to know what has changed in ruby 2.2 li...
07/21/2015
-
10:36 AM Ruby Bug #11379: Difference in `Array#sort_by` method between Ubuntu Linux and OS X
- What do you mean that it's a stability issue? I understand that the order cannot be guaranteed but I would expect it to work the same on all platforms.
Also this code works fine with 1.9.3 and 2.1.6 and only fails with 2.2.
-
09:37 AM Ruby Bug #11379 (Rejected): Difference in `Array#sort_by` method between Ubuntu Linux and OS X
- The sort order (for the same objects) is different depending on the operating system. It looks like the Linux version of sorting has changed versus the previous ruby versions.
### On Linux:
~~~
piotr@pi-virtualbox:~$ uname -a
Lin...