"Chun Tian (binghe)" <[email protected]> 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

_______________________________________________
asdf-devel mailing list
[email protected]
http://common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel

Reply via email to