-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Qlot does not install dependencies? #221
Comments
Qlot installs dependencies of the project, not all dependencies of libraries in qlfile. |
Thanks for clarifying, I'll try that. In that case, what is the purpose of the |
Good question. |
It sounds like
Is that right? In that case, the |
Yes, correct.
|
Thanks for clarifying, and thanks for working on this tool. I have been using it for the "local Quicklisp" feature but never understood the As a feature request, I think it would be useful to provide an option to "lock" all transitive dependencies automatically, with or without a |
Thank you for reaching out and giving Qlot a try! As Qlot adds a Quicklisp dist to qlfile.lock implicitly, all dependencies will be locked with it like other languages. For example, the following qlfile.lock shows that Quicklisp uses the 2023-06-18 dist while cl-str uses the 2023-10-21 version.
|
I'm glad I found this issue, I had been wondering about transitive dependencies. This clarifies it well, thank you. |
Describe the bug
Qlot does not install dependencies of dists specified in
qlfile
. Am I doing something wrong?Reproducible steps
I expected
cl-ppcre
,cl-unicode
, etc. to be included here as well, because they are dependencies ofcl-str
: https://github.com/vindarel/cl-str/blob/cfda1071b5ec5dc5513a45de0d976bbf96326ca4/str.asd#L12-L14Error messages
None
Versions:
The text was updated successfully, but these errors were encountered: