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

Is jvm-opts in aliases not supported? #56

Closed markx closed 1 year ago

markx commented 1 year ago

Hi,

I tried the makefile and using DEPS_MAIN_OPTS to specify an alias that configures jvm-opts, something like :jvm-opts ["-XstartOnFirstThread"].

After running make I inspected the .enrich-classpath-deps-repl file and the -XstartOnFirstThread was missing.


Looks like this works correctly for lein, so it's only an issue for tools.deps.

vemv commented 1 year ago

Mmm, I fixed it in a certain way, it would work, but I'm not satisfied with it so I've cancelled the 1.18.3 release that was being created

vemv commented 1 year ago

Enrich 1.18.4 should be available within an hour, and will also be included in CIDER within two hours.

If you're using Makefiles, it's enough to bump manually: https://github.com/clojure-emacs/enrich-classpath/blob/92bc201fd19bb4adbcec73637fca0c685a6844e3/examples/Makefile#L33C1-L33C1

Thanks for the report!

Cheers - V