quicklisp-client
quicklisp-client copied to clipboard
Fix: Remove who-depends-on duplicates
Some systems were appearing multiple times when calling who-depends-on.
That should be fixed with this patch.
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?