gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] Re: shared-initliaze tests


From: Paul F. Dietz
Subject: [Gcl-devel] Re: shared-initliaze tests
Date: Wed, 08 Oct 2003 18:33:23 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624

Camm Maguire wrote:
Greetings!  The shared-initialize tests are failing due to the
following form:

(EQT OBJ (SHARED-INITIALIZE OBJ NIL :A 1 :B 3 :C 14))

But on both cmucl and gcl, shared-initialize does not return the
instance, but the initargs:

(setq initargs (list  :A 1 :B 3 :C 14))

(:A 1 :B 3 :C 14)

and I cannot see where in the spec it should be any different.
Can you please enlighten me?

Take care,


On the CLHS page for SHARED-INITIALIZE, the syntax is given as:

   shared-initialize instance slot-names &rest initargs &key &allow-other-keys 
=> instance

which would seem to indicate that the instance is returned.

Does it really do that on cmucl (18e or later)?

        Paul





reply via email to

[Prev in Thread] Current Thread [Next in Thread]