SICL icon indicating copy to clipboard operation
SICL copied to clipboard

sicl-extrinsic-hir-compiler system does not load

Open ghost opened this issue 7 years ago • 2 comments

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]

ghost avatar Nov 24 '16 16:11 ghost

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]

ghost avatar Nov 29 '16 17:11 ghost

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.

robert-strandh avatar Nov 30 '16 09:11 robert-strandh