Re: [Pharo-project] sharedPools

2011-12-13 Thread Mariano Martinez Peck
what a coincidencesince yesterday I have problems when swapping in classes I swapped out and used SharedPools...I am still searching the bug :( > TraitBehavior>>sharedPools >^ Dictionary new > > oops! I would be good to have polymorphic results! > I will return ^ OrderedCollection new

[Pharo-project] sharedPools

2011-12-13 Thread Stéphane Ducasse
Hi guys I would like to see how we can clean the protocols. Behavior>>sharedPools "Answer a Set of the names of the pools (Dictionaries) that the receiver shares. 9/12/96 tk sharedPools have an order now" ^ OrderedCollection new => I will update the comment (