Status: New Owner: tudor.gi...@gmail.com Labels: Type-Defect Priority-Medium Component-Roassal Milestone-4.7
New issue 818 by tudor.gi...@gmail.com: Roassal tree layout does not preserve the order of nodes http://code.google.com/p/moose-technology/issues/detail?id=818
In Pharo 1.4, Collection>>difference: uses a set, thus, it does not preserve the order of the elements.
Because of this, the following method has to be rewritten:
ROAbstractGraphLayout>>childrenFor: aNode except: aNodeCollection ^(self childrenFor: aNode) difference: aNodeCollection
Updates: Status: Fixed
Comment #1 on issue 818 by tudor.gi...@gmail.com: Roassal tree layout does not preserve the order of nodes http://code.google.com/p/moose-technology/issues/detail?id=818
Name: Roassal-TudorGirba.261 Author: TudorGirba Time: 29 July 2012, 8:31:53.221 pm UUID: 47cd1725-cae7-4cc7-ab61-2077a64c7510 Ancestors: Roassal-AlexandreBergel.260
fixed
Issue 818: Roassal tree layout does not preserve the order of nodes