On 11/26/23 17:58, Andrey G. Grozin wrote:
On Sun, 26 Nov 2023, Qian Yun wrote:
Launch lispworks in this directory, type '(load "fricas")', then type

) lisp (do-symbols (s "BOOT") (and (boundp s) (not (hcl:who-references s)) (not (hcl:who-binds s)) (not (hcl:who-sets s)) (not (constantp s)) (print s)))
Can ecl do this? I already have it installed.

No.  This functionality is not standard, it relies on the internals of
compiler.

The second question: how can I guess which are false positives?

Andrey


You search the symbol through source code, and decide.
Also can check with "git log -S" to see when it was added/modified,
and if it was leftover of a previous cleanup.

- Qian

--
You received this message because you are subscribed to the Google Groups "FriCAS - 
computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to fricas-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/ad4e1854-9b0a-43d8-84d8-abca202b4de1%40gmail.com.

Reply via email to