Skip to content
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

ql:*local-project-directories* is not forwarded in static-image-op's perform #298

Open
sionescu opened this issue Dec 25, 2021 · 0 comments

Comments

@sionescu
Copy link
Member

When a custom directory is added to ql:*local-project-directories*, static-image-op's specialization of perform fails to forward its value to the SBCL / CLISP subprocess.

This may lead the operation to fail if it relies on a system found in the custom directory.

Indeed, the Quicklisp setup is capture:

                        ,@(if-let (ql-home
                                   (symbol-value (find-symbol* '*quicklisp-home* 'ql-setup nil)))
                            `((load ,(subpathname ql-home "setup.lisp"))))

but that's it. I believe ql:*local-project-directories* should be forwarded after the load.

Launchpad Details: #LP1927197 Pierre Neidhardt - 2021-05-05 08:18:56 +0000

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