Skip to content

Buggy formatting of long syntax-parse pattern directives #78

Open
@jackfirth

Description

@jackfirth

fmt turns this code:

(define-syntax-parse-rule (m)
  #:fail-when (string-append "longggggggggggggg" "stringgggggggg")
  "very very very long failure message goes here"
  (void))

Into this:

(define-syntax-parse-rule (m)
  #:fail-when (string-append "longggggggggggggg"
                             "stringgggggggg") "very very very long failure message goes here"
  (void))

Which is not ideal.

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