src/class-finalize-{proto,impl}.lisp (finalize-sod-class): Add `:around'.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 26 Mar 2017 09:24:37 +0000 (10:24 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 8 Jun 2018 18:58:28 +0000 (19:58 +0100)
commit32bb097f2613b22e14feb1a9820eb21289856eb3
tree373fca4c2489516c03908b25686679f49ceabfa5
parent8b06ce6e1f3af2c684aac89dc86dc66d135ea876
src/class-finalize-{proto,impl}.lisp (finalize-sod-class): Add `:around'.

The `around' method handles the recursiveness and state tracking (and
will accumulate further functionality later).  The primary method
actually does the calculation and checking needed to make a class work.
doc/SYMBOLS
doc/meta.tex
src/class-finalize-impl.lisp
src/class-finalize-proto.lisp