Daily Commit Log

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

Daily Commit Log

commits-2
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.

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