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 🙂
the only thing I need to fix is the exit code, so the build fails
apparently it detected a spec error by a call like (merge #{:a :b} 1)
. I didn’t even know that was possible
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.
it would be cool if we could get a 4clojure instance with expound + speculative. something for the list 🙂