[armedbear] #446: bogus type specifiers are allowed in handler-bind cases
#446: bogus type specifiers are allowed in handler-bind cases ----------------------+---------------------------- Reporter: charmon | Owner: Type: defect | Status: new Priority: major | Milestone: Component: compiler | Version: 1.5.0-dev Keywords: | Parent Tickets: ----------------------+---------------------------- The following should give an error: (handler-case (error "what") (bogus-error () (format nil "I'm sorry"))) bogus-error is an undefined type and ABCL should give an error instead of silently ignoring this clause. -- Ticket URL: <http://abcl.org/trac/ticket/446> armedbear <http://abcl.org> armedbear
#446: bogus type specifiers are allowed in handler-bind cases ---------------------------+----------------------- Reporter: charmon | Owner: Type: defect | Status: new Priority: major | Milestone: 1.5.0 Component: compiler | Version: 1.5.0-dev Resolution: | Keywords: Parent Tickets: | ---------------------------+----------------------- Changes (by mevenson): * milestone: => 1.5.0 -- Ticket URL: <http://abcl.org/trac/ticket/446#comment:1> armedbear <http://abcl.org> armedbear
participants (1)
-
armedbear