quicklisp-client icon indicating copy to clipboard operation
quicklisp-client copied to clipboard

Fix: Remove who-depends-on duplicates

Open kilianmh opened this issue 1 year ago • 1 comments

Some systems were appearing multiple times when calling who-depends-on. That should be fixed with this patch.

kilianmh avatar Apr 07 '24 17:04 kilianmh

Instead of collecting dupes in a list and deduplicating the list, maybe it would make more sense to build a hash table where every system is a key and then collect the table's keys in a list?

guijan avatar Nov 26 '24 00:11 guijan