[Openmcl-devel] documentation for classes returns a list, not a string

Gary Byers gb at clozure.com
Tue Mar 1 08:01:58 PST 2005



On Tue, 1 Mar 2005, Rudi Schlatte wrote:

> Hi,
>
> * (lisp-implementation-version)
> => "Version (Beta: Darwin) 0.14.2-p1"
> * (defclass foo () () (:documentation "A test class."))
> => #<STANDARD-CLASS FOO>
> * (documentation (find-class 'foo) t)
> => ("A test class.")
>
> I noticed this because the thing I'm working on wants a string there --
> I can hack around it, but want to report it nevertheless.
>
> Cheers,
>
> Rudi
>

This has been broken (and fixed, and broken, and fixed ...) several
times since 0.14.2-p1; it'll definitely be fixed in the next release
(which should be out Real Soon Now.)



More information about the Openmcl-devel mailing list