Opened 13 years ago
Closed 13 years ago
#289 closed defect (fixed)
DEFCLASS option processing
Reported by: | gb | Owned by: | gz |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ANSI CL Compliance | Version: | 1.2 |
Keywords: | Cc: |
Description
This was reported by Didier Verna on openmcl-devel a few times in the last week or so.
Compiling a file that contains
(defclass test-class (standard-class) ()) (defclass test () () (:metaclass test-class))
now errs at compile-time, apparently while doing a FIND-CLASS of TEST-CLASS while building the (new) class-keyvect.
Change History (2)
comment:1 Changed 13 years ago by gz
- Owner changed from gb to gz
comment:2 Changed 13 years ago by gz
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Mea culpa