Changes to Trunk (
http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2015-November/009200.htmlName: Environments-cwp.60
Ancestors: Environments-kfr.59
Always serialize Bindings as DiskProxies.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2015-November/009201.htmlName: System-cwp.781
Ancestors: System-mt.780
Remove specialized serialization of Associations.
Since associations are no longer used as globals, we never need to serialize them using DiskProxy.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2015-November/009202.htmlName: System-cwp.782
Ancestors: System-cwp.781
Reload DiskProxies using the current environment
When looking up objects from the destination image, DiskProxies should use the current environment, rather than referring to to Smalltalk. This lets objects on disk be loaded into arbitrary environments.
=============================================