We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quicklisp is built into a CIEL binary.
But using the repl binary built on CI on my local machine with a different SBCL version causes an error:
ciel-user> (ql:quickload "str") To load "str": Load 1 ASDF system: str ; Loading "str" ; ; compilation unit aborted ; caught 1 fatal ERROR condition Evaluation error: Couldn't load #P"/home/vince/.cache/common-lisp/sbcl-2.2.4-linux-x64/root/quicklisp/dists/quicklisp/software/ cl-ppcre-20220220-git/packages.fasl": file does not exist. => NIL
The directory …/sbcl-2.2.4… does not exist on my machine.
…/sbcl-2.2.4…
and indeed
asdf:*user-cache* => #P"/home/vince/.cache/common-lisp/sbcl-2.2.4-linux-x64/" (lisp-implementation-version) => "2.2.4"
The text was updated successfully, but these errors were encountered:
Same topic but unrelated, these QL variables are the ones of the CI, not of my machine:
ql:*quicklisp-home* ql:*local-project-directories*
Sorry, something went wrong.
No branches or pull requests
Quicklisp is built into a CIEL binary.
But using the repl binary built on CI on my local machine with a different SBCL version causes an error:
The directory
…/sbcl-2.2.4…
does not exist on my machine.and indeed
The text was updated successfully, but these errors were encountered: