clojure-dev

Issues: https://clojure.atlassian.net/browse/CLJ | Guide: https://insideclojure.org/2015/05/01/contributing-clojure/
borkdude 2020-05-23T18:46:54.172800Z

Is there a good reason to not return-tag ex-cause with Throwable? yes, the value can be nil, but in general things can be nil in Java land (e.g. a ^String arg can also be nil).

borkdude 2020-05-23T18:48:01.173300Z

if you'd like an issue and/or patch for it, I'll make one.

alexmiller 2020-05-23T20:41:58.173500Z

Go for it