2024 年 Clojure 状态调查! 中分享您的想法。

欢迎!请参阅 关于 页面了解更多有关该功能的详细信息。

+2
Clojure

重现

$ clojure -Ttools install-latest :lib io.github.seancorfield/clj-new :as new
new: Installed io.github.seancorfield/clj-new v1.2.404 {:git/tag "v1.2.404", :git/sha "d4a6508"}

$ clojure -Ttools install-latest :lib io.github.seancorfield/deps-new :as new
Execution error (ExceptionInfo) at clojure.tools.deps.extensions.git/coord-err (git.clj:46).
Library io.github.seancorfield/deps-new has invalid tag: v1.2.404

1 个回答

0

好的,我已在下一个 CLI 版本中解决了这个问题。

在此期间,我已经在 deps-new README 中添加了一条注释,介绍了安装错误并建议使用 clojure -Ttools remove :tool new 作为清理方法,以便 install-latest 可以正常工作。
...