The Trunk: Kernel-ct.1688.mcz

[email protected] Sat, 4 Jul 2026 22:41:43 0000
Newsgroups gmane.comp.lang.smalltalk.squeak.general
Message-ID <[email protected]>
Christoph Thiede uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-ct.1688.mcz

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

Name: Kernel-ct.1688
Author: ct
Time: 5 July 2026, 12:41:42.692329 am
UUID: 72b7c00f-4d7e-4e8e-be21-a80e97b12c8c
Ancestors: Kernel-ct.1687

Fixes a multi-environment slip in ClassDescription>>commentInventory.

=============== Diff against Kernel-ct.1687 ===============

Item was changed:
  ----- Method: ClassDescription>>commentInventory (in category 'accessing class hierarchy') -----
  commentInventory
  	"Answer a string with a count of the classes with and without comments 
  	for all the classes in the package of which this class is a member."
  
  	"Morph commentInventory"
  
+ 	^ self environment organization commentInventory: (self category copyUpTo: $-), '*'!
- 	^ SystemOrganization commentInventory: (self category copyUpTo: $-), '*'!

Squeak-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]