How many Zach Tellman libraries are we maintaining?
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
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.
I guess we already have: • manifold (original clojars org) • potemkin (original clojars org)
Five of his six pinned repos are already clj-commons. Riddley is pretty much the only popular, non-archived repo left in his account.
what was the procedure of migrating last time? and how to get the clojars credentials?
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).
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
Yeah, that's preferable if possible.
Aleph also still uses the old group/artifact, so I suspect Zach is fine giving people access.
Check with @dergutemoritz who is maintaining aleph and manifold.
@slipset maintains potemkin.
Shall I open a conversation with Zach?
I seem to have had this conversation with Zach already if memory serves me right.
about other libs, but also riddley specifically?
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.
Good memory! Thanks @slipset
great!
Watching Die Hard... and it's not Christmas... what is this world coming to?
I’ve reached out to Zach again, please remind me if I should drop the ball for another two and a half years
0.2.2 deployed to clojars
🙏 🙏 🙏
Got a message from Zach, should be transferred now. I can cut a release whenever I guess/hope.
Nice. Is it possible to make a PR first for bb compat?
I mean by me of course. Did you also get the Clojars credentials?
I might just have that from other repos. If not we republish to clj-commons
let's please try to avoid that
LMK when you have a PR and I'll see what I can do.
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
No worries, I'll contact him
@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
Lethal Weapon now…
sure, no hurry. enjoy the weekend
I believe there is a 0.2.1 available now
confirmed https://clojars.org/riddley
PR conflict resolved: https://github.com/clj-commons/riddley/pull/36/
This PR also adds Github Action test runs
and deps.edn support + prep-lib so you can keep using it as a git dep without new mvn releases