speculative

https://github.com/borkdude/speculative
borkdude 2018-11-13T10:16:57.024800Z

circle now runs a random coal-mine test on every build: https://circleci.com/gh/slipset/speculative/339?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link it already detected a problem 🙂

borkdude 2018-11-13T10:17:06.025200Z

the only thing I need to fix is the exit code, so the build fails

borkdude 2018-11-13T10:19:16.025600Z

apparently it detected a spec error by a call like (merge #{:a :b} 1). I didn’t even know that was possible

borkdude 2018-11-13T10:27:01.026700Z

maybe it’s better to have the coal-mine test always succeed, but when it finds a spec error have it send a message to this channel so we can see what’s going on. because the calls in the corpus are not 100% guaranteed to be correct. I’ll leave it like it is now.

borkdude 2018-11-13T10:45:56.027100Z

it would be cool if we could get a 4clojure instance with expound + speculative. something for the list 🙂