Declt 1.0b11 is out

I’ve just released a new version of Declt , my Texinfo reference manual generator for Common Lisp Libraries. This release contains only one bugfix: when trying to create links to source files, Declt now checks whether the files actually exist or not.
Tracking this bug down had the side-effect of exhibiting a misfeature of
SBCL’s introspection facility: the copy-<struct>
functions (automatically
generated by defstruct
calls) have their definition source set to
target-defstruct.lisp
which is an SBCL source file. It would make more sense
to set it to the file containing the defstruct
call instead, as is already
the case for constructors, predicates and accessor functions. Patch sent to
the SBCL developers.