Hi, Recently, #digitAt: was renamed to #byteAt: in Pharo 8. I totally agree that this is better.
However, how does one write a library that needs to use this selector and wants portability with at least Pharo 7 ? That requires quite some effort from my side (either an ugly dynamic hack, or different source code packages, just for one method). Can we back port #byteAt: at least as an alias to Pharo 7 ? Sven
