Welcome! Please see the About page for a little more info on how this works.

+1 vote
in tools.tools by

If I install a clojure tool with a git SHA, in contrast to using a git tag, and then I do clj -Ttools list, the Version column in the output is empty. It would be helpful if the SHA is displayed in the case where there is no version tag.

2 Answers

+2 votes
by
selected by
 
Best answer

Good call, added in v0.2.1 3523d8b of tools.tools, will include in next Clojure CLI release.

+1 vote
by

A SHA can exist on any branch and they aren't ordered in any useful sense. How would the Clojure CLI know what SHA to suggest?

by
Yeah.  Would not be useful for clj -X:deps find-versions.

But would be helpful for clj -Ttools list (for the SHA of the tool currently installed, if there was no version tag).
by
Good point, since this isn't about discovery!
...