If you use Expound to display spec errors on macroexpansion e.g. you want to print syntax errors for ns
, defn
, let
, etc, you should avoid upgrading to clojure.spec.alpha ā0.2.176ā. This version changes how macroexpansion errors are displayed, and will require an update to Clojure (ā1.10.0-alpha7" or higher)
Updates to lein and boot may also be required before Expound works for macroexpansion errors, Iām still investigating the changes