-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Transitive feature causes an execution error #225
Comments
@dharrigan Thank you for your reporting!
|
@dharrigan Just released v2.5.1095 :) |
Hi, Thank you. Tried it out, getting a new error:
|
@dharrigan Hmm, I could not reproduce the problem. #225 (comment) |
Hi, Yes, you may find it here: https://github.com/dharrigan/depsconfig/ You may want to remove the repo stuff at the end (if necessary) since I have my own mirror of repos. Hopefully it may help give some insight and produce the same thing I'm seeing. -=david=- |
@dharrigan Thanks! I could reproduce the problem. |
@dharrigan It seems a problem of tools.deps. (clojure.tools.deps/resolve-deps
'{:deps {depify/depify {:git/sha "b3f61517c860518c1990133aa6eb54caf1e4d591" :git/url "https://github.com/hagmonk/depify"}
slipset/deps-deploy {:mvn/version "0.2.1"}}
:mvn/repos {"central" {:url "https://repo1.maven.org/maven2/"}
"clojars" {:url "https://repo.clojars.org/"}}}
nil) depify and deps-deploy each have a |
Hi, Thanks for the update. I removed depify from my deps.edn as I dont really use it. I switched on
related to the issue you have discovered? -=david=- |
@dharrigan It seems the same cause.
Since |
Hi,
Trying out the new feature and with it on, I receive a error:
Here is my stripped down deps:
If you remove the
:transitive
key or set it tofalse
, all is well.Do let me know if you require any further information.
-=david=-
The text was updated successfully, but these errors were encountered: