[squeak-dev] The Trunk: Kernel-mt.918.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Apr 12 13:25:16 UTC 2015


Marcel Taeumel uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-mt.918.mcz

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

Name: Kernel-mt.918
Author: mt
Time: 12 April 2015, 3:24:52.584 pm
UUID: ed5d1308-7dda-b24f-a6fa-9f1eae8070d8
Ancestors: Kernel-bf.917

Added a non-specific way to access all elements from a categorizer.

=============== Diff against Kernel-bf.917 ===============

Item was added:
+ ----- Method: Categorizer>>allElements (in category 'accessing') -----
+ allElements
+ 
+ 	^ elementArray copy!

Item was changed:
  ----- Method: Categorizer>>allMethodSelectors (in category 'accessing') -----
  allMethodSelectors
  	"give a list of all method selectors."
  
+ 	^ self allElements sort!
- 	^ elementArray copy sort!



More information about the Squeak-dev mailing list