Fork me on GitHub
#tools-deps
<
2019-07-17
>
dominicm07:07:07

@credulous one problem here is that your nrepl is a different jvm to your main application. So when you eval in nrepl, it won't be reflected in your web server.

Alex Miller (Clojure team)14:07:49

clj 1.10.1.466 / tools.deps.alpha 0.7.527 released: - fix TDEPS-134 - respect Maven mirror settings in ~/.m2/settings.xml - change error on unknown aliases to a warning - deprecate and warn on use of clojure.tools.deps.alpha.reader/clojure-env - change default JVM options when using tools.deps to build classpath

24
dominicm18:07:06

I'm glad it's a warning again, I can now just spam the known common dev aliases instead of caring whether they exist 😄