We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Slack thread with @p-himik is here: https://clojurians.slack.com/archives/C0744GXCJ/p1728382971192059
It's unclear what the culprit is here, these work fine on the command line with both deps.clj and Clojure CLI.
Repro case is:
;; deps.edn {:paths ["src"] :deps {juxt.edge/edge.system {:local/root "lib/edge.system"}}} ;; lib/edge.system/deps.edn {:paths ["src"] :aliases {:test {:extra-paths ["test"] :extra-deps {juxt.edge/test-utils {:local/root "../edge.test-utils"}}}}} ;; lib/edge.test-utils/deps.edn {:paths ["src"] :deps {juxt.edge/edge.system {:local/root "../edge.system"}}}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Slack thread with @p-himik is here: https://clojurians.slack.com/archives/C0744GXCJ/p1728382971192059
It's unclear what the culprit is here, these work fine on the command line with both deps.clj and Clojure CLI.
Repro case is:
The text was updated successfully, but these errors were encountered: