Fork me on GitHub
#clojure-spec
<
2019-08-22
>
seancorfield00:08:58

@johanatan Is there a reason you're calling instrumentable-syms there, rather than just (stest/instrument)? The latter seems to work with figwheel, based on my limited testing, but the former seems to behave strangely (based on my very limited testing).

johanatan01:08:46

@seancorfield it was just copypasta from a previous project. it was the first thing that worked. no particular reason.

johanatan01:08:58

does (stest/instrument) have the same behavior as I'm attempting to get there?

seancorfield02:08:15

It instruments all functions... which should be the same as all instrumentable-syms but maybe @alexmiller can shed light on that?

johanatan02:08:02

[btw, that change did get my code to compile, strangely]