The Trunk: ScriptLoader-ar.329.mcz

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

The Trunk: ScriptLoader-ar.329.mcz

commits-2
Andreas Raab uploaded a new version of ScriptLoader to project The Trunk:
http://source.squeak.org/trunk/ScriptLoader-ar.329.mcz

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

Name: ScriptLoader-ar.329
Author: ar
Time: 31 December 2009, 3:16:19 am
UUID: 07e096f6-df09-e247-82f2-49ba916ff768
Ancestors: ScriptLoader-nice.328

Final trait cleanup touches: Avoid Undeclared references.

=============== Diff against ScriptLoader-nice.328 ===============

Item was changed:
  ----- Method: ScriptLoader>>flushCaches (in category 'cleaning') -----
  flushCaches
 
  MCFileBasedRepository flushAllCaches.
  MCDefinition clearInstances.
  Smalltalk garbageCollect.
 
  "Initialization required for tests: strange why this is not a teardwon method"
+ Smalltalk at: #SendCaches ifPresent:[:aClass| aClass initializeAllInstances].!
- SendCaches initializeAllInstances.!