fset icon indicating copy to clipboard operation
fset copied to clipboard

Need tests for CL compatibility functions

Open slburson opened this issue 4 years ago • 1 comments

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.)

slburson avatar Jan 12 '22 05:01 slburson

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

jcguu95 avatar Oct 29 '22 11:10 jcguu95

Ah, I see that Paul Dietz added tests for these.

slburson avatar May 17 '24 08:05 slburson