Fork me on GitHub
#clojure-spec
<
2019-06-26
>
Kevin08:06:25

Hi, when instrumentation is enabled and I call a function with from arguments within a def, instrumentation doesn’t trigger an error. What’s the reason for this? Here’s an example:

Kevin08:06:16

When running inc-and-format, when it’s defined as a function, instrumentation crashes When running inc-and-format, when it’s defined as a def, instrumentation doesn’t crash