Closed Gleefre closed 2 months ago
; File: ~/quicklisp/dists/quicklisp/software/trivia-20230618-git/level2/impl.lisp ; In: TRIVIAL-CLTL2:DEFINE-DECLARATION OPTIMIZER ; (DECLARE (IGNORABLE ENV)) ; Error: Misplaced declaration. ... Error in KERNEL::UNBOUND-SYMBOL-ERROR-HANDLER: the variable ENV is unbound. [Condition of type UNBOUND-VARIABLE]
It would seem that disabling cltl2-based optimization should fix the problem.
It would seem that disabling cltl2-based optimization should fix the problem.