The Trunk: Kernel-fbs.794.mcz

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

The Trunk: Kernel-fbs.794.mcz

commits-2
Frank Shearar uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-fbs.794.mcz

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

Name: Kernel-fbs.794
Author: fbs
Time: 22 July 2013, 11:44:53.8 am
UUID: c8c7f0d6-1f44-42d3-82b4-246f94e43701
Ancestors: Kernel-fbs.793

ClassBuilder defines its own informUserDuring:, so ClassBuilder shouldn't use UIManager's (except of in #informUserDuring:).

=============== Diff against Kernel-fbs.793 ===============

Item was changed:
  ----- Method: ClassBuilder class>>cleanupClassHierarchy (in category 'cleanup obsolete classes') -----
  cleanupClassHierarchy
  "Makes the class hierarchy consistent and removes obsolete classes from the SystemDictionary."
+ self informUserDuring:[:bar|
- UIManager default informUserDuring:[:bar|
  self cleanupClassHierarchy: bar.
  ].!