You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tests run with clojure+.test/run can be interrupted
With uncaught exception, print line in test that caused it
(defnf []
(throw (Exception.))) ;; <-- Clojure will report this
(deftestt
(f)) ;; <-- we are reporting this
(clojure+.test/run #'t)
ERROR in file/t (file.clj:5) ;; <-- here
└╴uncaught: ...
Default Clojure behavior is to print place where exception originated (which you can see in stack trace anyway) which makes it harder to understand which test condition is causing it.
clojure+.hashp:
Lazy #p evaluation, should fix all the compilation errors of invalid forms