[squeak-dev] The Trunk: System-mt.892.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Aug 15 17:29:18 UTC 2016


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].!



More information about the Squeak-dev mailing list