Fork me on GitHub
#cider
<
2021-04-01
>
Carlo11:04:43

Question: I can add a depency to my deps.edn file by using clj-refactor . However, given to the middleware not working with recent java versions, I can't also do the hot-loading of the dependency. In the github issue for this, pomegranate is mentioned as a stopgap measure https://www.eigenbahn.com/2020/05/06/fast-clojure-deps-auto-reload My question is: how many of you are actually using something similar to the pomegranate setup and how many just restart the repl? Second, I really like the completions for the package names when I use clj-refactor. Besides the hotload issue, is there a way to add the main module to the ns form? Maybe choosing it from a list of namespaces that a package supports?

gon16:04:10

I'm using tools.deps.alpha as @seancorfield show in this video https://www.youtube.com/watch?v=gIoadGfm5T8 at about min. 15

blak3mill3r19:04:45

I also do that with tools.deps.alpha ... although my repls start pretty fast now with tools.deps so many times I have just reverted to bouncing the repl process

blak3mill3r19:04:10

Still a very nice feature to have, I grew accustomed to it back when all my lein repl processes took a very long time to load