Hi,<br>
<br>
this should be uploaded to the Squeak60 repository, not the Trunk repository, I guess. Unfortunately, I don't have write access to this repo. Could someone please move it?<br>
<br>
Best,<br>
Christoph<br>
<br>
<font color="#808080">---<br>
</font><font color="#808080"><i>Sent from </i></font><font color="#808080"><i><a href="https://github.com/hpi-swa-lab/squeak-inbox-talk"><u><font color="#808080">Squeak Inbox Talk</font></u></a></i></font><br>
<br>
On 2022-05-20T16:37:47+00:00, commits@source.squeak.org wrote:<br>
<br>
> A new version of 60Deprecated was added to project The Inbox:<br>
> http://source.squeak.org/inbox/60Deprecated-ct.115.mcz<br>
> <br>
> ==================== Summary ====================<br>
> <br>
> Name: 60Deprecated-ct.115<br>
> Author: ct<br>
> Time: 20 May 2022, 6:36:07.506152 pm<br>
> UUID: ff6f5fdc-4104-894f-8e96-765f93b72165<br>
> Ancestors: 60Deprecated-ct.114<br>
> <br>
> Complements System-ct.1353. This is a follow-up of 60Deprecated-mt.107 and not a new deprecation.<br>
> <br>
> =============== Diff against 60Deprecated-ct.114 ===============<br>
> <br>
> Item was added:<br>
> + ----- Method: TTFileDescription>>profileAll (in category '*60Deprecated-*System-Tools-profiling') -----<br>
> + profileAll<br>
> +     "Profile reading all the glyphs"<br>
> +     MessageTally spyOn:[<br>
> +         1 to: numGlyphs do:[:glyphIndex| self readGlyphAt: glyphIndex-1].<br>
> +     ].!<br>
> <br>