[BUG] unprintable characters trouble the compiler

jpruvot jpruvot at etu.info.unicaen.fr
Sat Aug 23 14:44:29 UTC 2003


this works :
1 + 1 

this don't : 

1 + 1 

one character is an unprintable one and so the compiler treats it
as a part of the selector, so we get a DNU for #+ ... 

in squeak, as unprintable characters are printed using space
the problem is rather hard to spot



More information about the Squeak-dev mailing list