I don't think Eliot changed that, he only changed Integer>>hex... It seems that every implementation of hex did avoid to print the radix in Squeak 3.10. Was it intentional ? Anyway, it will be hard to reach homogeneity because: Integer>>hex should print the radix for VMMaker compatibility ByteArray>>hex shouldn't for cypto compatibility Nicolas 2010/7/21 Stéphane Ducasse <stephane.ducasse@inria.fr>
Levente /Eliot
I noticed that
$A hex on squeak -> 41 and in pharo -> '16r41'
I would like to have both consistent what do you think to have
$A hex -> '16r41'
$A printStringHex -> '41'
like that this is consistent with the behavior on integer. Eliot I saw that to change the behavior on characters and I would like to know why. I thought that it was for debugging purpose.
Stef
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project