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

commits at source.squeak.org commits at source.squeak.org
Fri May 20 16:37:47 UTC 2022


A new version of 60Deprecated was added to project The Inbox:
http://source.squeak.org/inbox/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