This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-02-08
Channels
- # announcements (14)
- # babashka (12)
- # beginners (140)
- # calva (2)
- # cider (22)
- # clj-commons (14)
- # clj-kondo (49)
- # cljdoc (34)
- # clojure (92)
- # clojure-europe (41)
- # clojure-france (2)
- # clojure-new-zealand (2)
- # clojure-nl (2)
- # clojure-norway (60)
- # clojure-uk (17)
- # clojured (2)
- # clojurescript (7)
- # community-development (3)
- # conjure (2)
- # cryogen (13)
- # cursive (4)
- # data-oriented-programming (2)
- # datahike (5)
- # datomic (12)
- # defnpodcast (10)
- # events (2)
- # fulcro (20)
- # gratitude (3)
- # honeysql (4)
- # introduce-yourself (3)
- # jobs (10)
- # lsp (58)
- # malli (12)
- # missionary (19)
- # off-topic (8)
- # pathom (18)
- # podcasts-discuss (1)
- # polylith (41)
- # releases (1)
- # remote-jobs (3)
- # shadow-cljs (52)
- # spacemacs (1)
- # sql (37)
- # xtdb (19)
@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.
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 ?
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