[squeak-dev] MC downloading unexpected .mcz files

Bert Freudenberg bert at freudenbergs.de
Tue Sep 24 16:30:49 UTC 2013


On 2013-09-24, at 17:57, Bert Freudenberg <bert at freudenbergs.de> wrote:

> On 2013-09-24, at 02:49, Chris Muller <asqueaker at gmail.com> wrote:
> 
>> It might be the recent change to MCWorkingCopy class>>#cleanUp:.
>> 
>> Smalltalk cleanUp should clean up, eh?
> 
> It should clean up caches that can be recomputed when needed. Removing essential information from the image is not part of that.
> 
> - Bert -


Also interesting: after stubbing we end up with even more instances than before:

"before"
MCVersionInfo instanceCount  10515
"after opening cache repo"
MCVersionInfo instanceCount 10515
"after flushing 2 versions"
MCVersionInfo instanceCount  9300
"after stubbing"
MCVersionInfo instanceCount  3078
"after opening cache repo again"
MCVersionInfo instanceCount 10833


- Bert -




More information about the Squeak-dev mailing list