May 14, 2018
12:44 p.m.
For ByteArray, I didn't check recently in Pharo, but I know that it's quite a mess in Squeak because some methods are in Alien, other in FFI, other in base Squeak... IMO all methods should be in core Squeak/Pharo because of general usage (like decoding binary data).
I want to move the methods from FFI to the base since years⦠I was told that this is impossible to ever happen because it is not important to do changes like that. Marcus