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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Klaus D. Witzel
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: "