Open alan-ghelardi opened 4 years ago
Previously, whenever a compilation error was thrown, vessel.builder caught it and re-threw as an ExceptionInfo that was shown to the user. The new reporting feature introduced in Clojure 1.10.1 broke this logic.
ExceptionInfo
Previously, whenever a compilation error was thrown, vessel.builder caught it and re-threw as an
ExceptionInfo
that was shown to the user. The new reporting feature introduced in Clojure 1.10.1 broke this logic.