The Trunk: System-ar.270.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-ar.270.mcz

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

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

Name: System-ar.270
Author: ar
Time: 27 February 2010, 11:39:17.149 am
UUID: 8b2f7849-8eae-364b-b0ba-61afc204b1c4
Ancestors: System-ar.269

Make AppRegistry class>>cleanUp call removeObsolete instead of reimplementing it.

=============== Diff against System-ar.269 ===============

Item was changed:
  ----- Method: AppRegistry class>>cleanUp (in category 'class initialization') -----
  cleanUp
  "AppRegistry cleanUp"
 
+ self removeObsolete.!
- self registeredClasses copy do:[:cls|
- (cls class isObsolete or:[cls isBehavior and:[cls isObsolete]])
- ifTrue:[self unregister: cls]].!