speculative

https://github.com/borkdude/speculative
flowthing 2018-11-30T11:03:11.000600Z

I signed the CA but the Speculative CI build still fails. Not sure if I did something wrong.

borkdude 2018-11-30T11:09:49.000900Z

is your name already appearing on the clojure website?

flowthing 2018-11-30T11:10:40.001100Z

Ah, no. I didn't realize that's how it works.

borkdude 2018-11-30T11:13:17.001600Z

Alex Miller is at the conj. He’ll probably do it soon after.

borkdude 2018-11-30T11:13:59.001800Z

Ah your name is already here: https://github.com/clojure/clojure-site/commit/96fa48c5b8cc6a2a242abd8d1d4052ca9361b304

borkdude 2018-11-30T11:14:46.002100Z

so it’s only a matter of a site re-deploy

slipset 2018-11-30T11:54:45.003400Z

Hmm. Maybe the checker should check the GitHub repo. PR welcome :)

slipset 2018-11-30T11:55:52.004400Z

I didn’t even know it existed as a csv file. I was parsing html :(

borkdude 2018-11-30T11:56:55.004800Z

@flowthing the checker is here: https://github.com/clj-commons/clj-ca-checker

slipset 2018-11-30T15:42:57.005400Z

the checker is now updated.

borkdude 2018-11-30T15:50:00.005600Z

seems to work: https://circleci.com/gh/slipset/speculative/456

borkdude 2018-11-30T15:50:24.006Z

although I don’t see the set-tests being executed

borkdude 2018-11-30T15:53:47.006400Z

@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

flowthing 2018-11-30T15:59:32.007400Z

Ah, yeah. I'll add it tomorrow.