[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gcl-devel] Opportunity for ansi improvement
From: |
Paul F. Dietz |
Subject: |
[Gcl-devel] Opportunity for ansi improvement |
Date: |
Fri, 12 Aug 2005 07:09:05 -0500 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050716 |
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] Opportunity for ansi improvement,
Paul F. Dietz <=