metosin / malli

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

Developper Experience - Pretty error message not showing in REPL (Cursive IDE) #892

Closed Yutsa closed 1 year ago

Yutsa commented 1 year ago

I am discovering malli and I wanted to test the sample provided at the end of the "Function Schemas" documentation.

I am running Cursive IDE and for some reason if I evaluate a wrong function call, the error message won't show. If I type it in the REPL it will show.

I've made a screenshot to explain it better

Evaluating from my editor :

image

Typing in the REPL :

image

Is it an issue on Cursive's side or malli ? I am using "clojure extras" too which could cause this issue ?

Yutsa commented 1 year ago

Looks like it is related to the clojure extras "inline eval" function.