Skip to content

Specializing on lispworks8 will fail on future LispWorks releases.  #211

Open
@Yehouda

Description

@Yehouda

#- (or sbcl ccl ecl allegro lispworks8)

This conditionalization will fail when LispWorks moves to 9.
it should be changed to something like

(and lispworks (not (or lispworks7 lispworks6)))

or plain Lispworks, so it just errors for earlier versions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions