Moved to treated because reflection does not give us the option to choose a preferred name for each character. Also, this was probably overengineering. :-)<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 2019-12-30T14:06:07+00:00, commits@source.squeak.org wrote:<br>
<br>
> A new version of Collections was added to project The Inbox:<br>
> http://source.squeak.org/inbox/Collections-ct.871.mcz<br>
> <br>
> ==================== Summary ====================<br>
> <br>
> Name: Collections-ct.871<br>
> Author: ct<br>
> Time: 30 December 2019, 3:06:02.364602 pm<br>
> UUID: 235b9546-6ad3-b547-8661-38c5f2a98374<br>
> Ancestors: Collections-nice.868<br>
> <br>
> Refactor CharacterClass >> #constantNames: Use reflection instead of hardcoding all names. With this change, further characters such as Character arrowLeft are printed legibly.<br>
> <br>
> =============== Diff against Collections-nice.868 ===============<br>
> <br>
> Item was changed:<br>
>   ----- Method: Character class>>constantNames (in category 'private') -----<br>
>   constantNames<br>
> +     ^ self class methodsInCategory: #'accessing untypeable characters'!<br>
> -     ^ #( backspace cr delete escape lf null newPage space tab ).!<br>
> <br>