src/classes.lisp, src/class-finalize-impl.lisp: Don't export slot writers.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 22 Sep 2015 10:27:11 +0000 (11:27 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 22 Sep 2015 10:27:38 +0000 (11:27 +0100)
commit16f9fb7227bf77da748dd6fc03e58c6a9e84ab70
tree0dcfa42d83353f55c552d90cdc250a2c727e31ad
parentb8c698eeb25ff564145079e4310b0bd71f84155b
src/classes.lisp, src/class-finalize-impl.lisp: Don't export slot writers.

Make accessors to finalization-time slots be plain readers, and use
`slot-value' explicitly to set them at the right time.
src/class-finalize-impl.lisp
src/classes.lisp