Fork me on GitHub
#announcements
<
2020-09-13
>
dominicm13:09:34

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.

❤️ 39
👍 30
dominicm07:09:33

Yeah, I spotted that toy and decided to be lazy. It's such a convenient thing...

dominicm07:09:45

I should just write a read/drop loop though...

rickmoynihan07:09:42

Yeah I hadn’t seen it before, a nice addition to jdk11 for sure