> :) any ideas?
Code Critics (Lint) points out such errors as "References an
undeclared variable".
> For instance, what once was SUFunction now is JSFunction an others like that
> I wish those methods listed so I can fix one by one in one rant instead of
> [self test; annoy; fix] timesRepeat: N
If you have many uses of SU function you can use the following rewrite
rule to fix all occurrences at once:
ParseTreeRewriter new
replace: 'SUFunction' with: 'JSFunction';
yourself
Lukas
--
Lukas Renggli
http://www.lukas-renggli.ch_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project