This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-01-13
Channels
- # announcements (13)
- # beginners (52)
- # bitcoin (2)
- # calva (2)
- # cider (7)
- # clara (1)
- # clj-commons (11)
- # clj-kondo (6)
- # cljdoc (14)
- # clojure (68)
- # clojure-belgium (1)
- # clojure-denmark (6)
- # clojure-europe (57)
- # clojure-nl (2)
- # clojure-norway (10)
- # clojure-uk (3)
- # clojurescript (7)
- # code-reviews (17)
- # conjure (1)
- # cursive (5)
- # dev-tooling (11)
- # emacs (9)
- # fulcro (12)
- # hugsql (20)
- # introduce-yourself (6)
- # joyride (2)
- # leiningen (1)
- # lsp (61)
- # malli (30)
- # missionary (11)
- # nbb (6)
- # off-topic (26)
- # portal (5)
- # practicalli (5)
- # re-frame (8)
- # releases (8)
- # sci (21)
- # shadow-cljs (3)
- # sql (17)
- # squint (1)
- # xtdb (3)
I'm noticing https://github.com/clj-commons/pomegranate is on the stale side. Is this lib still used by folks today? @slipset please feel free to add me as a maintainer and I can help keep it maintained.
I think it's just one of those things that is "done" -- is the staleness just its deps?
(Leiningen still uses it: https://codeberg.org/leiningen/leiningen/src/branch/main/leiningen-core/project.clj#L12 and I think I've seen it referenced in a few other projects, but it is definitely used less than it used to be)
Ah, worth bumping and cutting a new release then. Maybe then let the lein
folks know via an issue since they're working on 2.10.1 of Leiningen right now.
Latest commit on Leiningen: https://codeberg.org/leiningen/leiningen/commit/acb7833eb4dc57ada7b789fe18b3273951fc5b0f "Bump version to 2.10.1-SNAPSHOT"
@U04V70XH6 I was looking at my options at properly determining deps for libs for cljdoc, hence peek at pomegranate.
I'm guessing it is a potentially viable choice today. (tools.deps almost did the trick but it filters out provided
deps which cljdoc is interested in seeing).