announcements

Project/library announcements ONLY - use threaded replies for discussions. Do not cross post here from other channels. Consider #events or #news-and-articles for other announcements.
dominicm 2020-09-13T13:33:34.241Z

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.

đź‘Ť 10
❤️ 13
2020-09-14T07:37:36.244Z

: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

dominicm 2020-09-14T07:46:33.244300Z

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

dominicm 2020-09-14T07:46:45.244500Z

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

2020-09-14T07:47:42.244700Z

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