expound

bbrinck 2018-09-07T16:44:51.000100Z

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)

bbrinck 2018-09-07T16:46:43.000100Z

Updates to lein and boot may also be required before Expound works for macroexpansion errors, Iā€™m still investigating the changes