axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] def.lisp


From: Waldek Hebisch
Subject: Re: [Axiom-developer] def.lisp
Date: Sat, 28 Oct 2006 18:59:39 +0200 (CEST)

Gabriel Dos Reis wrote:
> In util.lisp, oldParserAutoloadOnceTrigger seems not to have been
> called:
> 
>     (defun |tr| (fn)
>       (|oldCompilerAutoloadOnceTrigger|)
>       (|browserAutoloadOnceTrigger|)
>       (|spad2AsTranslatorAutoloadOnceTrigger|)
>       (|convertSpadFile| fn) )
> 
> However, I don't see how that can work without first parsing.
> 
> Furthermore, the file wi1.boot redefines another function named "tr".
> No wonder how this ever workded :-)
> 

Greping for 'tr' shows no use of function 'tr' (there are few variables
of the same name).  IMHO this is strong indication that 'tr' is unused
-- possibly 'tr' is intended as debugging helper (but more likely it
was just forgotten).


-- 
                              Waldek Hebisch
address@hidden 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]