[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: issue EXIT-EXTENT



The proposal would separate the extent of the visibility of the CATCH tag
 from the actual extent of the exit. The CATCH tag would still be visible to
the THROW inside the UNWIND-PROTECT cleanup clause, it would merely be an
"error" to execute that THROW. This is similar to the situation with BLOCK
tags, where

(FUNCALL (BLOCK FOO #'(LAMBDA () (RETURN-FROM FOO 3))))

is an error because, while the scope FOO in the RETURN-FROM allows the FOO
returned from to name the one in the BLOCK, the extent has ended.