Hi,
While trying to compile and load my personal project with ql:quickload I got a compilation error for cl-ppcre. I logged a issue with cl-ppcre in github and got an answer that MKCL compiler is broken somewhere and I need to fix it. Can anyone here please help me do that?
Please check the attached mail below for the suggestions from cl-ppcre team.
Thanks and regards
Santanu
The compiler is broken at
(funcall (compile nil `(lambda (a) (declare (optimize (safety 0))) (prog1 (char "abc" (car a)) (setf (car a) 1)))) (list 0)) => #\U+????
—
Reply to this email directly or view it on GitHub.