[squeak-dev] The Trunk: 60Deprecated-ct.115.mcz

commits at source.squeak.org commits at source.squeak.org
Mon May 30 09:02:39 UTC 2022


Marcel Taeumel uploaded a new version of 60Deprecated to project The Trunk:
http://source.squeak.org/trunk/60Deprecated-ct.115.mcz

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

Name: 60Deprecated-ct.115
Author: ct
Time: 20 May 2022, 6:36:07.506152 pm
UUID: ff6f5fdc-4104-894f-8e96-765f93b72165
Ancestors: 60Deprecated-ct.114

Complements System-ct.1353. This is a follow-up of 60Deprecated-mt.107 and not a new deprecation.

=============== Diff against 60Deprecated-ct.114 ===============

Item was added:
+ ----- Method: TTFileDescription>>profileAll (in category '*60Deprecated-*System-Tools-profiling') -----
+ profileAll
+ 	"Profile reading all the glyphs"
+ 	MessageTally spyOn:[
+ 		1 to: numGlyphs do:[:glyphIndex| self readGlyphAt: glyphIndex-1].
+ 	].!



More information about the Squeak-dev mailing list