[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Sigh... a bug clos-on-kee
- To: commonloops.parc@xerox.com
- Subject: Sigh... a bug clos-on-kee
- From: egdorf%zaphod@LANL.GOV (Skip Egdorf)
- Date: Fri, 2 Nov 1990 14:24:15 PST
Naturally, 15 minutes after I announce to the world that I have
something available, I find a bug. In my CLOS subset on KEE announced
earlier today, there is a bug in the parsing of a defclass form such
that
(defclass foo ()
()
:documentation "doc string"
:metaclass my-metaclass)
is accepted rather than
(defclass foo ()
()
(:documentation "doc string")
(:metaclass my-metaclass))
I guess this shows just how much I use these in real CLOS/PCL
and how well I read the spec.
The fixed version is available on zaphod.lanl.gov via
anonymous ftp using the same instructions as before.
Please send any bugs found or comments regarding the package
to <hwe@lanl.gov>
Sorry for the problem.
Skip Egdorf
hwe@lanl.gov