[squeak-dev] The Trunk: Kernel-fbs.794.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Jul 22 10:47:13 UTC 2013


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



More information about the Squeak-dev mailing list