lparallel icon indicating copy to clipboard operation
lparallel copied to clipboard

TASK-HANDLER-BIND does not accept compound type specifiers

Open scymtym opened this issue 8 years ago • 0 comments

The documentation string of task-handler-bind claims that it works like handler-bind but it actually only accepts symbols as condition type specifiers:

(lparallel:task-handler-bind (((and error (not undefined-function)) #'continue)) …)
=> Ill-formed binding in `task-handler-bind': ((AND ERROR (NOT UNDEFINED-FUNCTION)) #'CONTINUE)

scymtym avatar Feb 14 '18 12:02 scymtym