Stef wrote:
good idea. Do you know the test coverage of the class? Because it would be nice to run hapao on it and write some tests if there are none.
Actually there are no tests - at least not in the Pharo image. Maybe Benjamin can comment if there are some tests in the Spec universe for it. I opened an issue: http://code.google.com/p/pharo/issues/detail?id=7374 @Benjamin: can you move "OrderedIdentityDictionary" it out of Spec up to a more general "Collection-Ordered" category/package for Pharo? I dont want to interfere with current Spec development and have no rights to commit to http://ss3.gemstone.com/ss/Spec BTW: Is it really necessary to have an mzc per "Collection-***" category? Dont know about the dependencies - but for Kernel we have only one package (and one for the tests). Thx T.