[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bug in class allocated slot initialization
- To: Eric H. Nielsen <AIDEN@UMAECS.BITNET>
- Subject: Re: Bug in class allocated slot initialization
- From: Gregor.pa@Xerox.COM
- Date: Thu, 6 Oct 88 11:55 PDT
- Cc: CommonLoops.pa@Xerox.COM
- Fcc: BD:>Gregor>mail>outgoing-mail-4.text.newest
- In-reply-to: The message of 2 Oct 88 11:51 PDT from Eric H. Nielsen <AIDEN@UMAECS.BITNET>
- Line-fold: no
Date: Sun, 2 Oct 88 14:51 EDT
From: "Eric H. Nielsen" <AIDEN@UMAECS.BITNET>
I am using the the pcl version 8/2/88 (beta) August 2nd, 1988 with some
patches. I have found a bug in the initialization of class allocated slots:
It occurs only when pcl::*slotd-unsupplied* is eq to the initialized value,
e.g. t or nil.
(setq pcl::*slotd-unsupplied* nil)
You can't set the value of pcl::*slotd-unsupplied*! I don't know what
you are trying to achieve by doing this, but it is punching PCL in the
nose pretty hard, and so you get the bug you observe.
-------