[cmucl-ticket] [cmucl] #29: make-condition doesn't accept class objects
cmucl
cmucl-devel at common-lisp.net
Mon Jan 19 18:19:08 UTC 2009
#29: make-condition doesn't accept class objects
--------------------+-------------------------------------------------------
Reporter: rtoy | Owner: somebody
Type: defect | Status: new
Priority: major | Milestone:
Component: Core | Version: 2009-01
Keywords: |
--------------------+-------------------------------------------------------
From the cmucl mailing list, 2009-01-16:
{{{
* (make-condition 'error)
#<ERROR {48039FB5}>
* (make-condition (find-class 'error))
#<CONDITION-CLASS ERROR {2819A935}> is not a condition class.
[Condition of type SIMPLE-TYPE-ERROR]
}}}
--
Ticket URL: <http://127.0.0.1:8000/cmucl/ticket/29>
cmucl <http://common-lisp.net/project/cmucl>
cmucl
More information about the cmucl-ticket
mailing list