-
- Downloads
Workaround for AOT protocol bug with getStackTrace
When creating an uberjar, the code gets AOT compiled. When type hinting the .getStackTrace call, it returns an array. That array caused us to hit https://dev.clojure.org/jira/browse/CLJ-1790. This commit works around that until we upgrade to Clojure 1.9.
Please register or sign in to comment