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
robertfw 2020-03-30T20:21:35.020400Z

I'm experimenting augmenting some of our fdefs with some additional keys, to make it easier to write fdefs that test async functions, or fns that have some stateful dependencies injected in the args. I thought I would ask in here to see if there is any strong reason not to do this, or any related changes coming in spec2 that I should be aware of

alexmiller 2020-03-30T20:22:42.020600Z

none that you can prepare for :)

alexmiller 2020-03-30T20:22:59.021Z

fdefs will probably be changing significantly in spec 2

robertfw 2020-03-30T20:23:24.021500Z

ah. any dev logs or documents that discuss possible directions they will be taking?

alexmiller 2020-03-30T20:24:06.021800Z

no, still in ideation

💡 1
robertfw 2020-03-30T20:36:54.022Z

gotcha. thanks 🙂