You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When quicklisp-quickstart:install function is called in the Quicklisp bootstrap process ASDF writes .fasl files to its default location ~/.cache/common-lisp/.... In some situations I prefer to keep all files inside my program's build directory so I need to load and configure ASDF before bootstrapping Quicklisp:
It would be nice if quicklisp-quickstart:install had an option for automatically calling asdf:disable-output-translations or some other general way of configuring ASDF before writing any .fasl files. It feels ugly to load ASDF manually first because Quicklisp will do that again later.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
When
quicklisp-quickstart:install
function is called in the Quicklisp bootstrap process ASDF writes.fasl
files to its default location~/.cache/common-lisp/...
. In some situations I prefer to keep all files inside my program's build directory so I need to load and configure ASDF before bootstrapping Quicklisp:It would be nice if
quicklisp-quickstart:install
had an option for automatically callingasdf:disable-output-translations
or some other general way of configuring ASDF before writing any.fasl
files. It feels ugly to load ASDF manually first because Quicklisp will do that again later.The text was updated successfully, but these errors were encountered: