clojure-emacs / enrich-classpath

Enriches Lein/deps.edn dependency trees with Java sources, JDK sources, javadocs, etc
Eclipse Public License 2.0
32 stars 9 forks source link

Fix #64 jvm options with spaces #65

Closed jpmonettas closed 6 months ago

jpmonettas commented 6 months ago

Fixes https://github.com/clojure-emacs/enrich-classpath/issues/64

vemv commented 6 months ago

Thanks!

Tests pass.

Did you have the chance to verify that things will actually work? I'd be afraid of clojure.sh choking with <<FILE>>

(although you said it doesn't appear to - can trust)

jpmonettas commented 6 months ago

Thanks!

Tests pass.

Did you have the chance to verify that things will actually work? I'd be afraid of clojure.sh choking with <<FILE>>

(although you said it doesn't appear to - can trust)

yes, I'm currently using that snapshot and works fine.

vemv commented 6 months ago

Thanks - release later today

vemv commented 6 months ago

jars are out and https://github.com/clojure-emacs/cider/commit/1cd6ab7b7cb4a7e079a273600c4d28307c3aba40 has landed

(a Melpa unstable release gets generated a couple hours later)