metosin / malli

High-performance data-driven data specification library for Clojure/Script.
Eclipse Public License 2.0
1.44k stars 205 forks source link

fix show function FQN in instrumentation exception #897

Closed armed closed 11 months ago

armed commented 1 year ago

fixes #896

ikitommi commented 11 months ago

Thanks!

NoahTheDuke commented 11 months ago

I know this was just merged, but should the re-throw include the caught ex as the cause in ex-info? (throw (ex-info (str ...) (ex-data ex) ex))

ikitommi commented 11 months ago

Good point. I'll postprocess this.