hi guys

more fixes produced and integrated...

- Issue 463: SmallDictionary
         http://code.google.com/p/pharo/issues/detail?id=463
        
- This is issue 409, tackling testCloseCauseFlushing in TranscriptTest.

- implement BlockClosure >> #methodNode

-  Issue 931: implement method deprecation of Croquet
         http://code.google.com/p/pharo/issues/detail?id=931
        
- Issue 930:    Trait fileout was broken because of override of new block  
closure
        
- Issue 883:    tallyIt is now working again Fix Tally it
        
- 443 post load missing execution


Smalltalk allTraits do: [ :each | each instVarNamed: 'users' put:  
IdentitySet new ].
Smalltalk allClassesAndTraits do: [ :each |
        each hasTraitComposition ifTrue: [ each setTraitComposition: each  
traitComposition ] ].


Stef and the sprinters 

_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to