close Warning: Can't synchronize with repository "(default)" ("(default)" is not readable or not a Git repository.). Look in the Trac log for more information.

Opened 15 years ago

Closed 15 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]

Change History (1)

comment:1 Changed 15 years ago by Raymond Toy

Resolution: fixed
Status: newclosed

Fixed in 2009-02.

Note: See TracTickets for help on using tickets.