0.9.3.53:
authorChristophe Rhodes <csr21@cam.ac.uk>
Mon, 15 Aug 2005 17:56:53 +0000 (17:56 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Mon, 15 Aug 2005 17:56:53 +0000 (17:56 +0000)
commit65a49a98ff0607b9af1931d0517455a8a55b78f0
treea829a6705fedf3684dc0930b112724a8c0a60f45
parent1b775f07606e4ea946b07794ed60469f45f2f417
0.9.3.53:
Fix a "bug" (difficult to tell if it's really a bug, but if it
isn't we shouldn't be emitting a CONSTANT-MODIFIED warning on
it) in the ctor MAKE-INSTANCE optimization.
... we can't do `(setf (cdr ',place) ...) any more, so instead
wrap another function around it and close over the
locations.
... test case (related to CLASS-13.1 from PFD ansi-tests).
src/pcl/ctor.lisp
tests/clos.impure.lisp
version.lisp-expr