practicalli / clojure

Practicalli Clojure REPL Driven Development
https://practical.li/clojure/
Creative Commons Attribution Share Alike 4.0 International
89 stars 36 forks source link

"Configure Emacs CIDER test runner": CIDER fixes invalidate suggestion #375

Closed allentiak closed 3 years ago

allentiak commented 3 years ago

I found out a problem with the current suggestion (see https://clojurians.zulipchat.com/#narrow/stream/151763-beginners/topic/nrepl.20on.20Emacs.3A.20clojure.20-Sdeps.3A.20FileNotFoundException/near/225029917).

(I still don't know how to fix it, though...)

This is the relevant file in this repo. I don't know how to add a comment to it, so I'll add a pointer to it :-) https://github.com/practicalli/clojure-content/blob/master/testing/unit-testing/configure-projects-for-tests.md

practicalli-johnny commented 3 years ago

Suggest using aliases rather than specifying -Sdeps configuration on the command line. Using aliases is generally more repeatable and flexible.