gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] ANSI compliance bugs (types that should be atomic)


From: Paul F. Dietz
Subject: [Gcl-devel] ANSI compliance bugs (types that should be atomic)
Date: Wed, 14 Aug 2002 23:03:33 -0500

(SUBTYPEP x 'ATOM) should return T T on the following
types, but does not:

ARITHMETIC-ERROR
BUILT-IN-CLASS
CELL-ERROR
CONDITION
CONTROL-ERROR
DIVISION-BY-ZERO
END-OF-FILE
ERROR
FILE-ERROR
FLOATING-POINT-OVERFLOW
FLOATING-POINT-UNDERFLOW
GENERIC-FUNCTION
METHOD
METHOD-COMBINATION
PACKAGE-ERROR
PROGRAM-ERROR
SERIOUS-CONDITION
SIMPLE-CONDITION
SIMPLE-TYPE-ERROR
SIMPLE-WARNING
STANDARD-CLASS
STANDARD-GENERIC-FUNCTION
STANDARD-METHOD
STANDARD-OBJECT
STORAGE-CONDITION
STREAM-ERROR
STRUCTURE-CLASS
TYPE-ERROR
UNBOUND-VARIABLE
UNDEFINED-FUNCTION
WARNING

(it also fails to do so on a bunch of types that should be
defined but are not.)

        Paul




reply via email to

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