You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you define a coercer and put a spec on it, then instrumenting the specs in your project with a call to (clojure.spec.test.alpha/instrument) and then calling (reset) causes duct's ataraxy router to blow up with the following exception:
It appears this might be due to compile and clojure.tools.namespace.repl/refresh.
A workaround is to run (instrument) after the (reset), though this isn't a fully general solution as it will for example mean instrumentation doesn't happen during system init... though integrants spec support may reduce the need for that.
If you define a coercer and put a spec on it, then instrumenting the specs in your project with a call to
(clojure.spec.test.alpha/instrument)
and then calling(reset)
causes duct's ataraxy router to blow up with the following exception:It appears this might be due to
compile
andclojure.tools.namespace.repl/refresh
.A workaround is to run
(instrument)
after the(reset)
, though this isn't a fully general solution as it will for example mean instrumentation doesn't happen during systeminit
... though integrants spec support may reduce the need for that.The text was updated successfully, but these errors were encountered: