hello, I'm trying ghostwheel with Clojure, but I can't figure how to get expound
to work, this is my config:
{:check true
:ignore-fx true
:instrument true
:outstrument true
:extrument true
:expound {:show-valid-values? true
:print-specs? true}}
on cljs it works fine, but no in clj, I tried doing the require for the expound but still didn't had any effect on the error reporting
what may I be missing?
Iām not familiar with ghostwheel, but can you try the following:
(set! clojure.spec.alpha/*explain-out* (expound/custom-printer {:show-valid-values? true :print-specs? true}))