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

+2 votes
in REPL by
recategorized by

Using the new add-libs on Windows I seem to keep getting

CreateProcess error=206, The filename or extension is too long error.

This is possibly related to a similar issue caused by long classpath strings, but I'm getting this error when using add-libs, even when adding the same dependencies to my deps.edn and restarting my repl would not cause the error.

Original slack discussion that lead to this question:
https://clojurians.slack.com/archives/CFN4QDHPS/p1683207794496629

1 Answer

+1 vote
by

This is covered in https://clojure.atlassian.net/browse/CLJ-2769 and will be fixed in the next alpha.

...