Skip to content

LISP has several bugs that distort data passing through it #3529

Description

@LinaPlusPlus

The LISP encoder and decoder have poorly designed rules for how it encodes special cases,

the lisp encoder encodes to (join \)
Image
but the decoder expects a \\ for a literal backslash
Image
resulting in the field being corrupted
Image


nil string results in an extra argument

Image

Booleans are confused with lowercase 't' and 'f'

these result in the same output

Image Image

lowercase 't' and 'f' are always coerced to 'true' and 'false'

Image Image Image

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