[Bug] 0006839: #comeFullyUpOnReload: not sent to MorphExtension's otherProperties (anIdentityDictionary)

Klaus D. Witzel klaus.witzel at cobss.com
Mon Jan 7 10:28:21 UTC 2008


When saving/loading playfields (Projects) it looks like  
IdentityDictionaries which are hold by MorphExtension's otherProperties  
are not rehashed on load,

- http://bugs.squeak.org/view.php?id=6839

which seems to describe a similiar situation as

- http://bugs.squeak.org/view.php?id=6721

/Klaus

P.S. workaround:

IdentityDictionary allInstances do: [:each | each rehash]
"don't #allInstancesDo: "




More information about the Squeak-dev mailing list