clojure-spec

About: http://clojure.org/about/spec Guide: http://clojure.org/guides/spec API: https://clojure.github.io/spec.alpha/clojure.spec.alpha-api.html
twashing 2021-04-19T03:04:40.085400Z

Ok, figured this one out. It was failing due to my use of a specter macro + navigator. I’m not sure how. But somehow this messes up test.check generators. https://github.com/redplanetlabs/specter/wiki/List-of-Macros#select-one

twashing 2021-04-19T03:26:29.085600Z

I’m assuming it’s some kind of strange interplay that’s unworkable with Clojurescript’s macro system.