The Trunk: System-mt.892.mcz

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

The Trunk: System-mt.892.mcz

commits-2
Marcel Taeumel uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-mt.892.mcz

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

Name: System-mt.892
Author: mt
Time: 15 August 2016, 7:27:02.849171 pm
UUID: 721789a9-25fb-9e40-bf56-91a8377b554f
Ancestors: System-mt.891

Zap project resources on aggressive clean-up.

=============== Diff against System-mt.891 ===============

Item was changed:
  ----- Method: Project class>>cleanUp: (in category 'class initialization') -----
  cleanUp: agressive
  "Remove all projects but only when cleaning aggressively"
 
+ agressive ifTrue:[
+ self removeAllButCurrent.
+ self current resourceManager reset].!
- agressive ifTrue:[self removeAllButCurrent].!