I made a little CLI tool for displaying duplicates on the classpath: https://sr.ht/~severeoverfl0w/clj-classpath-duplicates/ Frequently duplicates are undesired, and lead to very confusing bugs. This tool can be used as part of a CI process to identify the introduction of duplicate files.
:thumbsup: FYI it looks like this doesn’t work on java8 due to: https://git.sr.ht/~severeoverfl0w/clj-classpath-duplicates/tree/master/src/io/dominic/clj_classpath_duplicates/core.clj#L38
Yeah, I spotted that toy and decided to be lazy. It's such a convenient thing...
I should just write a read/drop loop though...
Yeah I hadn’t seen it before, a nice addition to jdk11 for sure