We don't want such a tiny library to pull in any other dependencies. The 
subset of ASM used by defexception is so core and so minimal that we think 
it's extremely unlikely to ever break. A dependency collision with an ASM 
used by another library seems far more likely.


On Saturday, August 24, 2019 at 8:41:19 AM UTC-4, Alex Miller wrote:
>
> The clojure.asm namespaces are an internal vendored version of the asm 
> library. It is NOT considered to be part of the public Clojure API. We 
> periodically update it and have no control over that API, which does 
> sometimes include breaking changes.
>
> External users of Clojure should never depend on it directly. Instead they 
> should make their dependency on asm visible by declaring a dependency on 
> the asm library and using their public api.
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/0e288b27-abc0-46a1-9354-ce0e9cf8944f%40googlegroups.com.

Reply via email to