Welcome! Please see the About page for a little more info on how this works.

0 votes
in ClojureScript by

We could possibly call distinct on externs to remove dupes in the common case where externs may appear multiple times accidentally on the classpath.

3 Answers

0 votes
by

Comment made by: dnolen

I don't think we want to silently dedupe. We probably want to also warn so users can fix the issue. The only reason to even do this ticket is because the Closure warning is so unfriendly and fails the build.

0 votes
by

Comment made by: lxsameer

got it, I'll improve the patch

0 votes
by
Reference: https://clojure.atlassian.net/browse/CLJS-2344 (reported by dnolen)
...