Skip to content

v2.4.5: Miscellany

Choose a tag to compare

@slburson slburson released this 20 Jun 02:43
· 14 commits to master since this release

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, and fset/jzon/test to fset.iterate etc. The old names are still present as nicknames, so nothing should break.
  • I had renamed testing.lisp to testing-0.lisp without fixing up every reference in the .asd file, causing breakage in Ultralisp and Quicklisp.
  • Bug fix: restrict-not on a ch-map and ch-set returned the wrong result if the set was empty (GitHub #120).