[squeak-dev] The Trunk: Monticello-cmm.555.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Aug 14 18:35:54 UTC 2013


Chris Muller uploaded a new version of Monticello to project The Trunk:
http://source.squeak.org/trunk/Monticello-cmm.555.mcz

==================== Summary ====================

Name: Monticello-cmm.555
Author: cmm
Time: 14 August 2013, 1:09:56.144 pm
UUID: 43f4f721-a5a3-4625-b12c-b9ab0c790cdf
Ancestors: Monticello-cmm.554

- Must use one-way become: to avoid the FileBasedRepository 'cache' from ending up referring to a MCInfoProxy.

=============== Diff against Monticello-cmm.554 ===============

Item was changed:
  ----- Method: MCInfoProxy>>becomeAncestry (in category 'private') -----
  becomeAncestry
+ 	^ self becomeForward: (MCProxyMaterialization signalMaterializing: self)!
- 	^ self become: (MCProxyMaterialization signalMaterializing: self)!



More information about the Squeak-dev mailing list