Skip to content

Incorrect unparse for (defclass foo () ((s :initform i))) #11

@robert-strandh

Description

@robert-strandh

Using the LIST builder, parsing and unparsing (defclass foo () ((s :initform i)))
results in (defclass foo nil ((s (:initform i)))) with an extra list level around
(:initform i)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions