Fork me on GitHub
#clj-commons
<
2022-02-08
>
Eugen10:02:50

@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 .

Eugen10:02:06

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.

borkdude10:02:22

Replied in the issue, thanks!

Eugen10:02:42

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 ?

slipset10:02:30

I believe I might need to do some work first.

Eugen13:02:29

you need to set up the process for for clj-commons in general or claypool? I might be able to help.

Eugen13:02:18

one thing that I could do is to migrate to deps.edn and people could use the git sha as a dependency

Eugen13:02:45

in that case we might not need to publish - unless we want to support leiningen, maven, etc

Eugen13:02:01

which I think we should for claypool.

slipset14:02:25

I need to set up claypool to deploy to clojars automagically.

slipset14:02:02

It’s basically the stuff I’ve done for clj-yaml which lets commiters push tags to release to clojars.

Eugen14:02:49

ok, in the mean time I will try to test locally

slipset10:02:41

Since I haven’t set up the process yet.