src/class-output.lisp, src/output-impl.lisp: Warn about unused items.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 30 Dec 2015 00:34:15 +0000 (00:34 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 29 May 2016 13:40:40 +0000 (14:40 +0100)
commit64fd357d12215eea696478dd3d8993a572935a3d
treee1b339bdbed8a48fbadf02a31151a94ba5a8eebb
parentba8bae5fe1f190d4a61a4ab63b52725bc0e07c9b
src/class-output.lisp, src/output-impl.lisp: Warn about unused items.

After an output run, report warnings about all of the items which didn't
get output (because they're not named in any constraints).

Unfortunately, this reports a whole bunch of internally generated items
which (harmlessly) never actually reach the output, so arrange not to
make those items in the first place.
src/class-output.lisp
src/output-impl.lisp