Fork me on GitHub
#clj-kondo
<
2020-06-26
>
rschmukler00:06:49

Hey @borkdude - just played with the new hooks API you pushed and confirmed that it handles my use case perfectly! Thanks!

rschmukler00:06:25

Ps. your documentation on graal, etc was fantastic. As an aside, when trying to build with JVM 11 based graal I ran into the same issue that I presume lead you to write https://github.com/borkdude/clj-reflector-graal-java11-fix - worth noting that adding that as a dep to clj-kondo's :clojure-1.10.2-alpha1 profile didn't seem to fix it for me. Ultimately I just used a java 8 based graal - happy to submit a PR to the clj-kondo compile docs clarifying that you need a JDK 8 based build if you think that bug is expected. Sorry I didn't have time to dig further.

dominicm06:06:15

Forgot to mention, I also have this working :)

borkdude06:06:58

A doc PR and issue to upgrade to 11 are both welcome

borkdude12:06:52

clj-kondo is now part of github/super-linter! https://github.com/github/super-linter

🎉 51