Opened 17 years ago
Closed 17 years ago
#29 closed defect (fixed)
make-condition doesn't accept class objects
| Reported by: | Raymond Toy | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Core | Version: | 2009-01 |
| Keywords: | Cc: |
Description
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]
Note: See
TracTickets for help on using
tickets.

Fixed in 2009-02.