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

Fix outcome printer in uncurried mode #6353

Merged
merged 2 commits into from
Aug 17, 2023
Merged

Fix outcome printer in uncurried mode #6353

merged 2 commits into from
Aug 17, 2023

Conversation

zth
Copy link
Collaborator

@zth zth commented Aug 17, 2023

The outcome printer was deciding whether something is uncurried or not in its own way. Probably just an oversight when centralizing how uncurried config is resolved. I changed it to resolve the uncurried config the same way as the rest of the code does.

This might fix a few issues we've had with formatting being with dots even when it shouldn't be. Hopefully.

@zth zth requested a review from cristianoc August 17, 2023 11:39
Copy link
Collaborator

@cristianoc cristianoc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this solve the issues?

@zth
Copy link
Collaborator Author

zth commented Aug 17, 2023

Does this solve the issues?

It solves the things in the editor tooling. For the rest we'll need to merge this and also merge the uncurried fixes branch in the editor tooling. Plus someone who can reproduce the issues, I haven't tried myself yet.

@zth zth merged commit 9247327 into master Aug 17, 2023
14 checks passed
@zth zth deleted the uncurried-outcome-printer branch August 17, 2023 15:11
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

Successfully merging this pull request may close these issues.

None yet

2 participants