integrant

2020-05-29T15:14:41.066100Z

@abdusalam: integrant-repl etc just uses the tools namespace default; which is to include all directories on the classpath… which should usually “just work”. It does however mean it will also refresh any git deps you’ve pulled in (if you’re using) tools.deps. Which you normally probably wont edit, so setting it explicitly may well give you a perf boost. However if you were to do a :classpath-override to work on one of those libs, it’d then not refresh that ns properly so might cause you some grief through having it set.

salam 2020-06-04T04:55:54.070200Z

oh, thank you for the further clarification!

2020-05-29T15:15:41.067100Z

FWIW I have it explicitly set on one of my projects to the directories my project stores clojure files in e.g. env/dev/src src and test