Fork me on GitHub
#leiningen
<
2024-05-27
>
Nim Sadeh15:05:39

Is there a tool that allows you to reload project definition (such as, changes to profiles.clj, project.clj including dependencies and environment variables) without quitting and restarting cider/repl? I have tried Alembic without much success.

vemv15:05:53

Most likely not, however in CIDER you can sesman-restart (after jacking in) and it will repeat the original command

seancorfield16:05:24

If you're using deps.edn and the CLI, and Clojure 1.12 alpha, there's a new sync-deps function that will add any new deps from deps.edn to your running REPL, downloading them if necessary.

👍 2
seancorfield16:05:50

(I know that doesn't help with lein but just wanted to point out a benefit of using the newer tooling)

👀 1