SICL
SICL copied to clipboard
sicl-extrinsic-hir-compiler system does not load
Loading sicl-extrinsic-hir-compiler system with
(ql:quickload 'sicl-extrinsic-hir-compiler)
Lead to
There is no applicable method for the generic function
#<STANDARD-GENERIC-FUNCTION CLEAVIR-ENVIRONMENT:OPTIMIZE-INFO (2)>
when called with arguments
(#<SICL-EXTRINSIC-HIR-COMPILER::ENVIRONMENT {103F9C5003}>).
[Condition of type SIMPLE-ERROR]
Now the error is as follow. The same error raise when I try to instanciate sicl-extrinsic-environment:environment :
There is no applicable method for the generic function
#<STANDARD-GENERIC-FUNCTION SICL-SOURCE-TRACKING-READER::LINE (1)>
when called with arguments
(#<SB-SYS:FD-STREAM for "file ./SICL/Code/Evaluation-and-compilation/lambda.lisp" {1086D166E3}>).
[Condition of type SIMPLE-ERROR]
The problem with the missing method on OPTIMIZE-INFO has to do with a recent addition that was made for the benefit if Clasp.
There needs to be a method specialized to the SICL environments. I am currently investigating what the code for that method should look like and where it should be located.