leiningen

N.B. The maintainers are on #leiningen on Libera chat IRC. Go there for direct support/bug reports.
vemv 2019-06-21T07:46:53.043500Z

Is it possible to exclude the project's :test-paths on lein deploy? My lib's unit tests are causing some trouble to consumers

vemv 2019-06-21T07:50:54.043600Z

sorry false alarm, I had the dep in checkouts which introduced made those unit tests show up in the classpath

2019-06-21T08:50:23.046400Z

I finally took the time to muck about with my JDK installs to test the latest openJDK 12 with the OpenJ9 VM. It’s meant to start quicker, among other things. Some naive tests make it seem quicker, but Leiningen seems strangely resistant. Anyone else with experiences to share?

2019-06-21T08:51:27.048100Z

I haven’t dug very deep yet. Fwiw this is on a Mac with several JDKs and my next step is trying to make sure I know what Java install lein and Clojure happen to get hold of... 😄

alexmiller 2019-06-21T11:09:00.049200Z

They should use whatever is on your path

alexmiller 2019-06-21T11:09:37.050100Z

So if you java -version, that’s what it’s using

alexmiller 2019-06-21T11:10:27.051Z

It may also follow JAVA_HOME if set, I don’t remember

alexmiller 2019-06-21T11:12:11.052300Z

Keep in mind that in most default cases with lein you are seeing the time of two jvm startups too

alexmiller 2019-06-21T11:14:04.054400Z

And often, startup time is dominated by loading your app and libs so the jvm improvements don’t matter

jumar 2019-06-21T12:31:33.054600Z

just do lein -version