gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] shared-initliaze tests


From: Camm Maguire
Subject: [Gcl-devel] shared-initliaze tests
Date: 08 Oct 2003 10:51:37 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

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,
-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

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