fset
fset copied to clipboard
Need tests for CL compatibility functions
Copied from trac.common-lisp.net/fset issue 4, filed 2007-06-11.
The CL compatibility functions (that is, the generic versions of the CL sequence functions -- find etc.) need to be tested in the test suite. (I have hand-tested them, but a test that could be re-run after changes would be better.)
Do you mean we should also test find (and its friends) on CL data structures?
Currently, I see tests on fset data structures.
https://github.com/slburson/fset/blob/master/Code/testing.lisp#L395
Ah, I see that Paul Dietz added tests for these.