printStringRadix: what should it produce?

David Shaffer cdshaffer at acm.org
Sat Jun 3 18:33:03 UTC 2006


David Shaffer wrote:

>Gnu Smalltalk 2.1.12:
>  39 printStringRadix: 11  ===> 11r36
>
>VisualWorks 7.3.1
>  39 printStringRadix: 11 ===> 36
>
>Squeak 3.7
>  39 printStringRadix: 11 ===> 11r36
>
>Squeak 3.8 and 3.9beta
>  39 printStringRadix: 11 ===> 36
>  
>
Oops, under 3.9b-7032
39 printStringRadix: 11 ===> 11r36

Under 3.9 printStringRadix: always prefixes with radix and
printStringBase: does not so it just looks like UUID>>asString36 needs
to be fixed.  I'll add a fix to Mantis: 
http://bugs.impara.de/view.php?id=3405

David




More information about the Squeak-dev mailing list