guicho271828 / trivia

Pattern Matcher Compatible with Optima
Other
332 stars 22 forks source link

Fails to load on CMUCL #144

Closed Gleefre closed 3 weeks ago

Gleefre commented 11 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.