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 using ASDF package-inferred-systems, some dependencies need to be registered via register-system-packages. However, when qlot scans for transitive dependencies, it seems to only respect those found in :depends-on clauses.
As a consequence, one must add these transitive dependencies manually.
Describe the bug
When using ASDF package-inferred-systems, some dependencies need to be registered via
register-system-packages
. However, when qlot scans for transitive dependencies, it seems to only respect those found in:depends-on
clauses.As a consequence, one must add these transitive dependencies manually.
Reproducible steps
As an example, when you add a dependency on https://github.com/40ants/40ants-critic, one must also manually add a dependency on https://github.com/s-expressionists/Eclector, both in
qlfile
and in a system definition.Error messages
Versions:
The text was updated successfully, but these errors were encountered: