MAKE-CONDITION reports names of missing condition classes properly
commitcf0a1be9f1398d80913df54e95fa5fdb17a8358d
authorJan Moringen <jmoringe@techfak.uni-bielefeld.de>
Tue, 9 Jul 2013 03:38:12 +0000 (9 05:38 +0200)
committerJan Moringen <jmoringe@techfak.uni-bielefeld.de>
Sun, 9 Mar 2014 15:30:51 +0000 (9 16:30 +0100)
tree58832d41f682c4bf9b50fe271b311f9dd96a9b4d
parente5d08906d74f976088c7ad59e4327abaf04cd01a
MAKE-CONDITION reports names of missing condition classes properly

MAKE-CONDITION used to rebind the variable containing the name of the
requested condition class to the condition classoid and thus NIL when
the classoid was not found.

Fixes lp#1199223.
NEWS
src/code/condition.lisp
tests/condition.pure.lisp