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
participants (1)
-
Stéphane Ducasse