Status: Accepted Owner: miguel.c...@gmail.com Labels: Milestone-1.3 New issue 3785 by miguel.c...@gmail.com: WeakOrderedCollection from Squeak required for Magma on Pharo 1.2 and 1.3 http://code.google.com/p/pharo/issues/detail?id=3785 This is a extraction of the changes of Collections-cmm.404.mcz Collections-cmm.404.mcz from http://source.squeak.org/trunk/ that add WeakOrderedCollection to the system. Modifies OrderedCollection in order to have a uniform way to create ordered collections (weak and normal). For Pharo 1.2 that is in freeze right now, it will be managed as a dependency in the ConfigurationOfMagma on a mcz with the said changes in PharoTaskForces (or maybe included in PharoCore 1.2.1?) For Pharo 1.3 the changes should be integrated in Pharo Core, for compatibility with Squeak.