@ericdallo Nightly builds of clojure-lsp have been failing for a while -- so the latest "nightly" available is November 14th, which means the latest clj-kondo available with that is September 28th. Anything we can do to help get the nightlies running again? Seems like timeouts running the JDK 8 part of the matrix?
Ah thanks, I'll take a look tomorrow, but jdk8 should not be a blocker
@seancorfield what made you think it's failing? the https://github.com/clojure-lsp/clojure-lsp-dev-builds/releases is really from nov 14
I sort of assumed "nightly" builds would happen any time any commits happened on the main branch and, in particular, this build failed that would have updated the version of clj-kondo being used:
yes, they happen in any commits. Those are unit tests failing because of JDK8 but they shouldn't affect nightly builds
the latest nightly is using kondo 2024.09.28-20241112.152908-13 , I need to bump to latest release yet
Ah, so this PR hasn't been merged yet https://github.com/clojure-lsp/clojure-lsp/pull/1917 -- 9/28 to 11/14 is a big jump, and since LSP was 11/14 I sort of expected the 11/14 kondo to be included... that's the root of my confusion...
yes, integration tests failed, I need to check if there is any breaking changes in kondo or something
it's not a big jump although the name suggests, it's a couple commits behind kondo latest release
I guess I was just unlucky that I tried to use a linter that is in the docs that was in the 11/14 kondo and thus not in the 11/14 LSP 🙂
yeah, I should bump that soon