#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] }}}
#29: make-condition doesn't accept class objects ---------------------+------------------------------------------------------ Reporter: rtoy | Owner: somebody Type: defect | Status: closed Priority: major | Milestone: Component: Core | Version: 2009-01 Resolution: fixed | Keywords: ---------------------+------------------------------------------------------ Changes (by rtoy):
* status: new => closed * resolution: => fixed
Comment:
Fixed in 2009-02.