
19 Mar
2011
19 Mar
'11
8:06 p.m.
"Chun Tian (binghe)" <binghe.lisp@gmail.com> writes:
There's another compile-time warning in my CLOS related code, something like this:
(defclass a-class () ((slot :type 'a-subclass)))
(defclass a-subclass (a-class) ())
When compiling the first class definition, SBCL warn that the type A-SUBCLASS haven't been defined
I can't reproduce. Is this an oversimplification of your actual problem? Zach