Has anyone built something that hashes the raw forms of code and re-runs quickcheck (or generative tests) only when the hashes change? It sounded to me like Rich was hinting at something like this in Spec-ulation.
hashing the raw forms is not enough, in theory you'd want to track changes in all potential dependencies
with something like https://github.com/Bronsa/tools.analyzer.jvm.deps probably
but yeah, I think that's what codeq2 (or whatever it'd be called) is/could be about
^ What's codeq2. (My meager google foo didn't yield anything 🙂)
Probably a reference to http://blog.datomic.com/2012/10/codeq.html
yeah it was talk about working on a next version, I think in a podcast with rh
can't remember the specifics
Thank you guys for introducing me to this awesome thing.
This is the podcast link if anyone's interested: <http://thinkrelevance.com/blog/2012/10/12/rich-hickey-podcast-episode-019>
Now I remember what Rich was talking about here:
<https://youtu.be/ROor6_NGIWU?t=3463>