New answers tagged clojure
Tooling
0 votes
0 replies
0 views
CIDER: do not run removed test
I think so that the test's code is living in the running REPL but how can I "update" my namespace without re-running cider. It'll be awful if I have to re-run REPL every time I have modified ...
Tooling
0 votes
0 replies
0 views
CIDER: do not run removed test
Did you recompile the whole file containing the test? I can imagine that the test code is still live in your namespace in your running JVM. Worst case, you might have to restart the REPL. I'm not ...
Top 50 recent answers are included
Related Tags
clojure × 17790leiningen × 1242
java × 1241
clojurescript × 1161
functional-programming × 605
macros × 536
compojure × 442
ring × 432
lisp × 430
emacs × 406
clojure-java-interop × 273
datomic × 266
read-eval-print-loop × 263
dictionary × 221
recursion × 214
core.async × 211
vector × 198
jvm × 184
clojure.spec × 176
cider × 171
concurrency × 153
jdbc × 149
lazy-evaluation × 146
namespaces × 145
scala × 144