[cl-containers-devel] CMU Compiler warnings for cl-containers
Gary King
gwking at metabang.com
Sat Dec 16 18:12:47 UTC 2006
On Dec 14, 2006, at 6:14 PM, christoph.oppawsky at t-online.de wrote:
> ;;; ----------slime
> compiler-notes-----------------------------------------
> -+ Warnings (11)
> |-- --> PROGN PCL::LOAD-DEFMETHOD PCL::LOAD-DEFMETHOD LIST* LIST*
> LAMBDA
snip
> | --> PCL::PV-SET-SLOT-VALUE LET THE
> | ==>
> | ; NIL
> | The binding of PCL::.VALUE. is not a (VALUES DLIST-CONTAINER-NODE
> &REST T):
> | NIL
> |-- COMPILE-FILE warned while performing #<COMPILE-OP NIL {58320E35}>
> | #<CL-SOURCE-FILE "lists" {585CB78D}>.
I believe this is caused by the defclass for dlist-container. It has
(first-element nil ia type dlist-container-node) but nil isn't a
dlist-container-node so the type clause is bogus and CMUCL is smart
enough to complain.
Assuming I'm right, I'll have a patch out later today with a fix for
them.
--
Gary Warren King, metabang.com
Cell: (413) 885 9127
Fax: (206) 338-4052
gwkkwg on Skype * garethsan on AIM
More information about the cl-containers-devel
mailing list