#83: problem with error reporting on undefined class during make instance --------------------------+------------------------------------------------- Reporter: ehuelsmann | Owner: mmohamed Type: enhancement | Status: accepted Priority: major | Milestone: Component: CLOS | Version: Resolution: | Keywords: --------------------------+-------------------------------------------------
Comment(by ehuelsmann):
mmohamed, thanks for the patch, unfortunately, it completely disables the possibility (supported by CLHS) to forward-reference classes like this:
(defclass b (a) ())
(defclass a () ())
(make-instance 'b)
I'm affraid the patch isn't quite good enough. Thank you very much for the effort though, it's really much appreciated.