cider

A channel dedicated to the Clojure Interactive Development Environment that Rocks (aka CIDER). :cider:
jumar 2021-04-01T05:13:38.115700Z

By having an empty line at the end of the file?

blak3mill3r 2021-04-01T06:03:33.115900Z

I don't experience this. What are you running exactly, cider-pprint-eval-defun-to-comment ?

blak3mill3r 2021-04-01T06:03:54.116100Z

This could be an unintended interaction with another emacs package perhaps. There are cider settings as well, did you adjust any of those?

william 2021-04-01T11:10:43.119600Z

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?

gon 2021-04-01T16:31:10.121Z

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

blak3mill3r 2021-04-01T19:57:45.121900Z

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

blak3mill3r 2021-04-01T19:58:10.122500Z

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