Skip to content

A consequence of #1721 #1732

@sogaiu

Description

@sogaiu

With the changes in #1721, the output from my testing code has changed from looking like:

form:
(eq? (-> iz down right) (-> iz down right right right))

to:

form:
(eq?
 (->
  iz
  down
  right)
 (->
  iz
  down
  right
  right
  right))

Is there a way I might recover the past behavior?

The above is just one example. I do want multiline output for "data", but the above is more like "code".

I think the code that produce the above uses %m, here.

I suppose it's my fault for not using something specialized for formatting code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions