@borkdude: I may have found an issue with clj-kondo. Added a review on this PR https://github.com/clj-commons/claypoole/pull/55/files .
the import to List (used as a type hint in deftype bellow) is marked as unused by clj-kondo.
Please let me know if this is a known thing or I should report it as an issue.Replied in the issue, thanks!
Working on a new release for Claypool https://github.com/clj-commons/claypoole/issues/56 Can I publish snapshots to clojars so I can test the process ?
I believe I might need to do some work first.
you need to set up the process for for clj-commons in general or claypool? I might be able to help.
one thing that I could do is to migrate to deps.edn and people could use the git sha as a dependency
in that case we might not need to publish - unless we want to support leiningen, maven, etc
which I think we should for claypool.
I need to set up claypool to deploy to clojars automagically.
It’s basically the stuff I’ve done for clj-yaml which lets commiters push tags to release to clojars.
ok, in the mean time I will try to test locally
thanks
Since I haven’t set up the process yet.