Skip to content

Idempotency bug for comments in attribute parameters #218

@infinisil

Description

@infinisil

Input:

{ 
  foo
# bar
, baz # qux
}:
null

After one formatting:

{
  foo
  # bar
  ,
  baz, # qux
}:
null

After another:

{
  foo,
  # bar
  baz, # qux
}:
null

Note that #217 is needed to not have infinite recursion when using --verify with this.

Ping @piegamesde

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions