[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

YABIPCL (Yet Another Bug In PCL)



ExCL version 1.5.vax.2
PCL version 11/11

<bool> (ndefstruct (foo (:class class)
		 (:conc-name nil)
		 (:include new-object))
	    (data (make-string 512 :initial-element '#\space)
		    :type string
		    :allocation :class)
	    (barf 10 :type fixnum))

FOO 
<bool> 
<bool> (setq f (make-foo))

#S(FOO BARF 10) 
<bool> (ppi f)
FOO CLASS
        CLASS VARIABLES:
                DATA            (MAKE-STRING ...)
        INSTANCE VARIABLES:
                BARF            10

How come the class variable was never evaluated?

dcm