[perl #61364] sort() should implement a stable sort

2008-12-16 Thread Patrick R. Michaud via RT
On Sun Dec 14 11:47:58 2008, moritz wrote: > S29 says: > > : If all criteria are exhausted when comparing two elements, sort should > : return them in the same relative order they had in @values. > > or in terms of computer science, the sort should be stable. > > Rakudo r33895 doesn't do this, a

[perl #61364] sort() should implement a stable sort

2008-12-14 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #61364] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=61364 > S29 says: : If all criteria are exhausted when comparing two elements, sort should : ret