nubank / vessel

A containerization tool for Clojure applications
Apache License 2.0
43 stars 1 forks source link

The handling mechanism of compilation errors broke in clojure 1.10.1 #7

Open alan-ghelardi opened 4 years ago

alan-ghelardi commented 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.