Skip to content

Broken is tests on CCL. #10

Description

@sellout

The is tests for class and condition need to be changed to

(and (symbolp symbol) (find-class symbol nil) (not (is symbol :condition)))

and

(and (symbolp symbol) (find-class symbol nil) (subtypep (find-class symbol nil) 'condition))

respectively.

CCL will error if the first argument to find-class is not a symbol.

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