March 26, 2011
4:28 p.m.
Comment #2 on issue 2841 by nicolas....@gmail.com: Heap equality should be transitive http://code.google.com/p/pharo/issues/detail?id=2841 I also think it is a mistake to inherit from TSortable. TSortable implements a mergeSort algorithm. Heap has it's own idea on how it should sort, so this inheritance does not have much sense. Just using (Heap asArray sort) shall be enough.