Skip to content

ignore declarations on &aux variables don't work #7

@Bike

Description

@Bike

(maclina.compile:compile '(lambda (&aux x) (declare (ignore x)))) gives an unused warning for x. This is because &aux variables are compiled as an implicit let*, and while special declarations are copied over, other declarations, like ignore, are not.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions