Skip to content

Quasiquote rule fires even when unquote isn't used #425

Open
@jackfirth

Description

@jackfirth

Resyntax currently rewrites this:

`("foo" "bar")

Into this:

(list "foo" "bar")

This is a side effect of the rule that gets rid of unnecessary quasiquotation. That rule doesn't actually check that unquote is used at least once.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingexisting lintIssues or pull requests relating to existing lints

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions