Oct. 17, 2016
7:21 a.m.
On 17 Oct 2016, at 09:17, Sven Van Caekenberghe <sven@stfx.eu> wrote:
On 17 Oct 2016, at 07:36, phil@highoctane.be wrote:
I am in the other boat for reading OrderPreservingDictionary.
Both OrderedDictionary and OrderedIdentityDictionary are handled well, see #testOrderedDictionary.
I believe OrderPreservingDictionary is not a standard Pharo part, it is part of PharoExtras. But it is in my main image too.
I think OrderedDictionary is just a copy of OrderPreservingDictionary, then improved. The idea was that we did not want to break peoples code that relied on OrderPreservingDictionary and thus used another (and better) name. Marcus