On 26 May 2015, at 14:51, Florin Mateoc <fmateoc@gmail.com> wrote:
Hi Stef,
I think this one's easy, especially for Pharo. Since apparently it was Etoys, not Morphic, that was or is using the
strings and numbers mixed arithmetic, and Pharo does not care about Etoys, the arithmetic protocol (the operators plus
the adaptTo...:andSend: methods) should simply be removed from String.
While I did not perform any extensive testing, I did remove them in a Squeak (Morphic) image and nothing seemed to break.
I committed a slice:
Marcus