clj-commons

Eugen 2022-02-08T10:21:50.303869Z

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

Eugen 2022-02-08T10:22:06.693099Z

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.

borkdude 2022-02-08T10:23:22.205209Z

Replied in the issue, thanks!

Eugen 2022-02-08T10:45:42.564099Z

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 ?

slipset 2022-02-08T10:50:30.278879Z

I believe I might need to do some work first.

Eugen 2022-02-08T13:16:29.600009Z

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

Eugen 2022-02-08T13:17:18.553399Z

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

Eugen 2022-02-08T13:17:45.908289Z

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

Eugen 2022-02-08T13:18:01.473579Z

which I think we should for claypool.

slipset 2022-02-08T14:43:25.917399Z

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

slipset 2022-02-08T14:44:02.193379Z

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

Eugen 2022-02-08T14:44:49.341119Z

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

Eugen 2022-02-08T14:44:53.559369Z

thanks

slipset 2022-02-08T10:50:41.842619Z

Since I haven’t set up the process yet.