Fork me on GitHub
#clj-commons
<
2023-01-13
>
lread05:01:21

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.

seancorfield18:01:19

I think it's just one of those things that is "done" -- is the staleness just its deps?

seancorfield18:01:19

(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)

slipset18:01:19

Stale deps with CVEs on it.

seancorfield18:01:18

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.

slipset18:01:53

Away from computer but I thought we were around 2.90 or something?

slipset19:01:54

Probs using 2.9 something then :)

lread19:01:36

There's also no release automation and other maintenancy type things.

lread19:01:27

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

2