(gemsym)?
In https://gitlab.common-lisp.net/ansi-test/ansi-test/blob/master/environment/documentation.lsp there are 2 calls to (gemsym) in
-
documentation.symbol.setf.1
& documentation.symbol.setf.2
Shoudn't that be (gensym) instead?
clasp gives a compiler warning (at run time, see the eval) ecl and sbcl don't, which puzzles me a bit