I signed the CA but the Speculative CI build still fails. Not sure if I did something wrong.
is your name already appearing on the clojure website?
Ah, no. I didn't realize that's how it works.
Alex Miller is at the conj. He’ll probably do it soon after.
Ah your name is already here: https://github.com/clojure/clojure-site/commit/96fa48c5b8cc6a2a242abd8d1d4052ca9361b304
so it’s only a matter of a site re-deploy
Hmm. Maybe the checker should check the GitHub repo. PR welcome :)
I didn’t even know it existed as a csv file. I was parsing html :(
@flowthing the checker is here: https://github.com/clj-commons/clj-ca-checker
the checker is now updated.
seems to work: https://circleci.com/gh/slipset/speculative/456
although I don’t see the set-tests being executed
@flowthing you need to add them here: https://github.com/slipset/speculative/blob/6dfc27ac5e3bf7d7b761d644a81823df7d539986/test/speculative/test_runner.cljc#L55 probably got lost in a rebase
Ah, yeah. I'll add it tomorrow.