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

Formatter: Parens added around function with wildcard argument #6320

Closed
glennsl opened this issue Jul 6, 2023 · 3 comments
Closed

Formatter: Parens added around function with wildcard argument #6320

glennsl opened this issue Jul 6, 2023 · 3 comments

Comments

@glennsl
Copy link
Contributor

glennsl commented Jul 6, 2023

Very minor regression in rescript@11:

"foo"->Js.log(_)

will be formatted to

"foo"->(Js.log(_))

Doesn't cause any issues outside of just being inconsistent and annoying though.

@glennsl glennsl changed the title Formatter: Parens added around function with wildcard arugment Formatter: Parens added around function with wildcard argument Jul 7, 2023
Copy link

github-actions bot commented Sep 3, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale Old issues that went stale label Sep 3, 2024
@glennsl
Copy link
Contributor Author

glennsl commented Sep 5, 2024

Still present in 11.1.3 and 12.0.0-alpha.1 on the playground.

@github-actions github-actions bot removed the stale Old issues that went stale label Sep 6, 2024
@glennsl
Copy link
Contributor Author

glennsl commented Apr 1, 2025

Presumably fixed by #7370

@glennsl glennsl closed this as completed Apr 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant