Fork me on GitHub
#tools-deps
<
2022-04-13
>
didibus15:04:00

I often use delay or promise for top level def that aren't constant to avoid that problem.

borkdude16:04:40

That is also good practice for graalvm-native compiled Clojure

athomasoriginal16:04:34

Is there a way to see which deps you don’t currently have in your local .m2 . My goal is just to see out of all the deps I need, which would need to be downloaded.

Alex Miller (Clojure team)16:04:49

No, that's not a feature right now

Alex Miller (Clojure team)16:04:08

To get that answer you would at least need to download all the poms

👍 1