Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ATRONIX: Type-check call of TRY/except handler
TRY/except now checks that the typespec of a handler function actually allows calls with the error value, before calling the handler function. This fixes CureCode issue #1514. metaeducation/rebol-issues#1514
- Loading branch information
7e61a4a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Originally from this PR: rebol#227