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
Describe the bug tools.deps.alpha supports git deps like io.github.seancorfield/deps-new {:git/sha "..."} (plus com.github.user/repo and a few others), but poly test does not. See https://github.com/clojure/tools.deps.alpha/blob/master/src/main/clojure/clojure/tools/deps/alpha/extensions/git.clj#L17-L33
To Reproduce Steps to reproduce the behavior:
https://github.com/seancorfield/poly-issue-174
Expected behavior The git deps should work, just like t.d.a.
The text was updated successfully, but these errors were encountered:
I have pushed a fix, so please have a look at the issue-174 branch @seancorfield.
Sorry, something went wrong.
This seems to work as expected. Thank you!
Thanks for verifying this. Now it's merged to the master branch.
master
tengstrand
No branches or pull requests
Describe the bug
tools.deps.alpha supports git deps like io.github.seancorfield/deps-new {:git/sha "..."} (plus com.github.user/repo and a few others), but poly test does not. See https://github.com/clojure/tools.deps.alpha/blob/master/src/main/clojure/clojure/tools/deps/alpha/extensions/git.clj#L17-L33
To Reproduce
Steps to reproduce the behavior:
https://github.com/seancorfield/poly-issue-174
Expected behavior
The git deps should work, just like t.d.a.
The text was updated successfully, but these errors were encountered: