Skip to content

TASK-HANDLER-BIND does not accept compound type specifiers #34

@scymtym

Description

@scymtym

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions