2016-06-09 15:32 GMT+02:00 Alex Miller <a...@puredanger.com>:

>
> "lein deps :tree" is a good place to start, but it doesn't tell you what's
> actually inside the jars. There used to be a Maven plugin that would track
> down multiple class definitions across the dependency classpath, can't
> remember what it was called. It would be cool if such a thing also existed
> for Lein that would find multiple .clj/.cljc/.class files for a ns on the
> classpath. Or maybe someone has already written that, don't know.
>

Indeed, I have written `lein-collisions` for this purpose:
https://github.com/webnf/lein-collisions

I don't think it would detect collisions between `.clj`, `.cljc` and
`.class` files right now. I'll put that on the todo list.

cheers

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to