v2.4.5: Miscellany
This release rolls up a collection of minor fixes:
- Added tuple operations
less,contains?,at-index(GitHub #116). - Added
identity-equality-struct(GitHub #115). - While ASDF requires us to use slashes to separate parts of compound system names, common practice for package names is apparently to use dots. I have renamed packages
fset/iterate,fset/iterate/test,fset/jzon, andfset/jzon/testtofset.iterateetc. The old names are still present as nicknames, so nothing should break. - I had renamed
testing.lisptotesting-0.lispwithout fixing up every reference in the .asd file, causing breakage in Ultralisp and Quicklisp. - Bug fix:
restrict-noton a ch-map and ch-set returned the wrong result if the set was empty (GitHub #120).