src/utilities.lisp, doc/misc.tex: Fix up `find-duplicates'.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 10 Aug 2019 02:11:21 +0000 (03:11 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 10 Aug 2019 14:47:10 +0000 (15:47 +0100)
commit9a3cb4610ab59001fd44c13dcdc6ea206acf0e50
tree7fb49c5b4662b198cb9779678ed174f0e5831fe6
parented3ce6c2352d76442b79badfbe08bc6ecde6934d
src/utilities.lisp, doc/misc.tex: Fix up `find-duplicates'.

  * Fix the inconsistent ordering behaviour which was the cause of a
    recent bug.  The implementation for lists is rather ugly, but it
    works without consing, which is a bonus.

  * Document the ordering behaviour.  And warn users away from non-
    hash-table-friendly `:test' functions more firmly, especially on
    lists.
doc/misc.tex
src/utilities.lisp