Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non-idempotent list formatting #760

Open
avh4 opened this issue Jan 10, 2022 · 1 comment
Open

Non-idempotent list formatting #760

avh4 opened this issue Jan 10, 2022 · 1 comment
Labels
0.9 (temporary label for search filtering) bug discussion

Comments

@avh4
Copy link
Owner

avh4 commented Jan 10, 2022

input:

x = [ 1, 2 {- A -} ]

first pass:

x =
    [ 1, 2

    {- A -}
    ]

second pass:

x =
    [ 1
    , 2

    {- A -}
    ]
@avh4 avh4 added bug discussion 0.9 (temporary label for search filtering) labels Jan 10, 2022
@avh4
Copy link
Owner Author

avh4 commented Jan 10, 2022

I think the first pass formatting to the second pass is correct. Arguably the original input should remain unchanged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.9 (temporary label for search filtering) bug discussion
Projects
None yet
Development

No branches or pull requests

1 participant