Request for comments: java.io.{Throwable,Error,Exception}
, clojure.lang.ExceptionInfo
?
#7
Labels
java.io.{Throwable,Error,Exception}
, clojure.lang.ExceptionInfo
?
#7
Currently
closeable-map
tries very hard to swallow everything, and as such uses the apex classjava.io.Throwable
in order to make completely sure errors truly are silent. This is opinionated. Is it a sane default? Why choose another better default? Perhaps this behaviour could be dynamically tuned according to the user's whishes?Example:
closeable-map/src/piotr_yuxuan/closeable_map.clj
Line 589 in 0bbba17
This kind of change would break the API as a matter of course, and would trigger version
1.0.0
.The text was updated successfully, but these errors were encountered: