robert-strandh / SICL

A fresh implementation of Common Lisp
Other
1.07k stars 79 forks source link

:SICL-BOOT won't compile due to evaluation-environment-mixin not being defined #237

Closed zardoz03 closed 8 months ago

zardoz03 commented 1 year ago

If I were to clone SICL and Acclimation to ql:quicklisp-home/local-projects, and quickload closer-mop and documentation-utils, (asdf:load-system :sicl-boot) fails due to https://github.com/robert-strandh/SICL/blob/master/Code/Environment-Clostrum/environment.lisp#L45 not being defined within any part of the dependencies or SICL itself.

robert-strandh commented 1 year ago

The SICL bootstrapping procedure is currently broken, because of modifications to Clostrum that I haven't had time to keep up with. However, even when it is not broken, there is not a lot you can do with it once the current bootstrapping procedure finishes its execution. SICL is still not complete.