Fork me on GitHub
#tools-deps
<
2019-09-01
>
andy.fingerhut19:09:43

If I run clj -Sdep '{:deps {org.clojure/clojure {:git/url "" :sha "...."}}}' I get Error: Could not find or load main class clojure.main. Is there a way to run arbitrary git commits of Clojure using clj command?

andy.fingerhut19:09:05

I had an actual SHA hex string instead of ..... there, of cousre.

andy.fingerhut19:09:07

This is with version 1.10.1.469 of clj on Linux

andy.fingerhut19:09:40

Wait, I guess that cannot work, since it needs to compile Java code. Never mind.