Welcome! Please see the About page for a little more info on how this works.

0 votes
ago in ClojureCLR by

Putting the dependencies in a deps-clr.edn file works.

But not via cljr -Sdeps. E.g.: try to launch nREPL server:
$ cljr -Sdeps '{:deps {io.github.clojure/clr.tools.nrepl {:git/tag "v0.1.2-alpha2"}}}' -X clojure.tools.nrepl/start-server! Clojure core loaded in 4177 milliseconds. Starting exec/tool Clojure core loaded in 4207 milliseconds. Namespace could not be loaded: clojure.tools.nrepl

I did custom compile some things so wondering if it's just me. The README for clr.core.cli says -Sdeps is supported.

I can malform the string and seems to throw no errors, I don't think it's being processed.

Well I'll poke around and report back what I find meanwhile.

Please log in or register to answer this question.

...