[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Sat Nov 28 22:55:28 UTC 2015


Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours:

http://lists.squeakfoundation.org/pipermail/packages/2015-November/009200.html

Name: Environments-cwp.60
Ancestors: Environments-kfr.59

Always serialize Bindings as DiskProxies.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2015-November/009201.html

Name: 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.html

Name: 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.

=============================================


More information about the Squeak-dev mailing list