Fork me on GitHub
#lsp
<
2024-02-02
>
borkdude11:02:01

@ericdallo I pushed a big change to clj-kondo to master -- could you please test it with lsp to see if all the tests still pass? The change has to do with calling (System/err) - static fields as function calls which people should no longer do.

ericdallo12:02:55

Sure, I'll bump it and if everything goes ok push a nightly already

ericdallo12:02:03

All tests passed, pushed, soon should have a nightly build

borkdude12:02:41

clj-kondo should also detect static field "calls" of custom Java code, if the source code is available. might be something you want to test with clojure-lsp

ericdallo12:02:33

is that a new analysis element or so?

ericdallo12:02:55

because it's something that already exists before right?

borkdude12:02:55

yes, but clj-kondo doesn't make use of java analysis, it now stores stuff in its own cache during java analysis + has built-in stuff