My apologies if this is just because I'm a github neophyte: I noticed that https://github.com/clojure-lsp/clojure-lsp/pull/2286 was a little out of date. I clicked on the github button to automatically merge master into it, which it did, and merged cleanly. But some tests failed downloading a file:
...
Downloading: com/github/clj-easy/stub/0.2.3/stub-0.2.3.jar from clojars
Execution error (ExceptionInfo) at clojure.tools.deps.extensions.maven/get-artifact (maven.clj:167).
Could not find artifact com.cognitect:transit-java:jar:1.0.371 in central ( )
According to github, someone with write permission could rerun this.
But that makes me wonder about the convention here - should I be trying to keep my PRs up to date, or just not mess with them?it seems something on CI is not right or maven is pretty unstable because I keep seeing errors like that all the time from some days to now, we could re-run, have the PRs updated are ideal, but would be nice if we understand why the CI keeps failing
Even so, I re-run your PR