gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] Opportunity for ansi improvement


From: Camm Maguire
Subject: Re: [Gcl-devel] Opportunity for ansi improvement
Date: 12 Aug 2005 11:34:54 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Thank you!  Believe is now fixed.

Separately, on your typep class fix which is great(!), please let me
know if you get any indication that it bogs things down.  subtypep is
much heavier weight than typep, and we have classp and class-of (which
would need transferring into 'si from pcl) which we can use too.

Take care,

"Paul F. Dietz" <address@hidden> writes:

> There are 95 test failures in the structure tests that
> have a common cause.  If the value of S is a structure
> type name (or a structure class object), then
> 
>    (subtypep S 'structure-object)
> 
> should return t, t (or, more properly, two non-nil
> values).  However, it is returning nil, t.
> 
> I don't know enough to know how to fix this, but I suspect
> it shouldn't be too hard for someone more knowledgable
> about the internals of gcl.
> 
>       Paul
> 
> 
> _______________________________________________
> Gcl-devel mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/gcl-devel
> 
> 
> 

-- 
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]