-
Notifications
You must be signed in to change notification settings - Fork 459
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
Fix printer in uncurried false mode #6378
Fix printer in uncurried false mode #6378
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the problem only with -all
?
I didn't test without it, but when I use format on save in ide it also doesn't work correctly |
Looks like (It should instead if there is a line that has both.) |
4050442
to
bc09a87
Compare
in | ||
if uncurried then Config.uncurried := Uncurried | ||
if not is_legacy_uncurried then Config.uncurried := Uncurried |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's great.
Perhaps the doc comment could be a little clearer too.
No description provided.