Skip to content

Please add option for automatic (asdf:disable-output-translations) #19

New issue

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

Open
tlikonen opened this issue Mar 25, 2019 · 0 comments
Open

Comments

@tlikonen
Copy link

tlikonen commented Mar 25, 2019

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:

(require "asdf")
(asdf:disable-output-translations)
(quicklisp-quickstart:install)

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant