clj-commons

borkdude 2026-02-14T17:38:20.147159Z

How many Zach Tellman libraries are we maintaining?

borkdude 2026-02-14T17:43:00.445309Z

I'm asking since I'm trying to make riddley bb compatible (almost done) but I wonder if I should try making a PR against the original ZT lib or try to get it over to #clj-commons

seancorfield 2026-02-14T17:51:10.837849Z

Looks like it hasn't been touched in years so I would say we should ask Zach to transfer it to clj-commons at this point.

borkdude 2026-02-14T17:52:35.044049Z

I guess we already have: • manifold (original clojars org) • potemkin (original clojars org)

seancorfield 2026-02-14T17:52:43.658449Z

Five of his six pinned repos are already clj-commons. Riddley is pretty much the only popular, non-archived repo left in his account.

borkdude 2026-02-14T17:53:03.868639Z

what was the procedure of migrating last time? and how to get the clojars credentials?

seancorfield 2026-02-14T17:54:19.330919Z

https://clj-commons.org/accepting-projects.html

seancorfield 2026-02-14T17:55:05.554709Z

Get Zach to transfer the repo. Ask him about Clojars credentials -- he may prefer we use a new group/artifact going forward (and rename the nses to avoid conflicts with old versions in that case).

borkdude 2026-02-14T17:55:48.524389Z

for potemkin and manifold we use the same clojars group. I'd prefer that, then I don't have to convince "other library" folks who use riddley to migrate to clj-commons

seancorfield 2026-02-14T17:55:59.710989Z

Yeah, that's preferable if possible.

seancorfield 2026-02-14T17:56:25.519639Z

Aleph also still uses the old group/artifact, so I suspect Zach is fine giving people access.

seancorfield 2026-02-14T17:57:09.135649Z

Check with @dergutemoritz who is maintaining aleph and manifold.

seancorfield 2026-02-14T17:57:33.543569Z

@slipset maintains potemkin.

borkdude 2026-02-14T19:03:46.546149Z

Shall I open a conversation with Zach?

slipset 2026-02-14T19:05:23.823329Z

I seem to have had this conversation with Zach already if memory serves me right.

borkdude 2026-02-14T19:06:15.171199Z

about other libs, but also riddley specifically?

slipset 2026-02-14T19:07:03.121469Z

https://github.com/clj-commons/meta/issues/69#issuecomment-1657265125 I”m in the middle of watching Die Hard with my son, so I’ll have a look when it’s done.

seancorfield 2026-02-14T19:07:51.380809Z

Good memory! Thanks @slipset

borkdude 2026-02-14T19:08:02.705319Z

great!

seancorfield 2026-02-14T19:08:50.067829Z

Watching Die Hard... and it's not Christmas... what is this world coming to?

1
slipset 2026-02-14T20:34:33.215939Z

I’ve reached out to Zach again, please remind me if I should drop the ball for another two and a half years

slipset 2026-02-16T08:56:15.118699Z

0.2.2 deployed to clojars

🎉 2
borkdude 2026-02-16T09:02:07.728779Z

🙏 🙏 🙏

slipset 2026-02-15T09:10:47.337249Z

Got a message from Zach, should be transferred now. I can cut a release whenever I guess/hope.

borkdude 2026-02-15T09:57:17.116619Z

Nice. Is it possible to make a PR first for bb compat?

borkdude 2026-02-15T10:34:41.732329Z

I mean by me of course. Did you also get the Clojars credentials?

slipset 2026-02-15T14:13:54.614159Z

I might just have that from other repos. If not we republish to clj-commons

borkdude 2026-02-15T14:14:18.834829Z

let's please try to avoid that

slipset 2026-02-15T14:14:31.304669Z

LMK when you have a PR and I'll see what I can do.

borkdude 2026-02-15T14:16:01.700169Z

if you don't have the clojars permission, let's ask Zach if he can help. I'd like to avoid republishing riddley to a new group

slipset 2026-02-15T14:16:14.501819Z

No worries, I'll contact him

🙏 1
borkdude 2026-02-15T19:09:06.188959Z

@slipset here's the PR: https://github.com/clj-commons/riddley/pull/36 I can explain everything. If you want me to maintain this lib, I'm open to it. I know the code fairly well now after adding bb support

slipset 2026-02-15T19:09:46.624099Z

Lethal Weapon now…

😆 1
borkdude 2026-02-15T19:10:17.494319Z

sure, no hurry. enjoy the weekend

slipset 2026-02-15T21:10:22.024829Z

I believe there is a 0.2.1 available now

borkdude 2026-02-15T21:23:59.138189Z

confirmed https://clojars.org/riddley

borkdude 2026-02-15T21:24:57.431379Z

PR conflict resolved: https://github.com/clj-commons/riddley/pull/36/

borkdude 2026-02-15T21:25:19.719179Z

This PR also adds Github Action test runs

borkdude 2026-02-15T21:27:03.151149Z

and deps.edn support + prep-lib so you can keep using it as a git dep without new mvn releases