Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Fix issue where printing nested pipe discards await #688

Merged
merged 3 commits into from
Oct 16, 2022
Merged

Conversation

cristianoc
Copy link
Contributor

Fixes #687

Certain nested patterns for binary operators are printed "manually" so the special printing for await is not used.

Fixes #687

Certain nested patterns for binary operators are printed "manually" so the special printing for await is not used.
@cristianoc cristianoc requested a review from cknitt October 16, 2022 08:36
@cristianoc
Copy link
Contributor Author

I don't like this fix very much, but it's a consequence of the way nested binary operators are printed.

@cristianoc cristianoc changed the title Fix issue where nested pipe discards await Fix issue where printing nested pipe discards await Oct 16, 2022
Copy link
Member

@cknitt cknitt left a comment

Choose a reason for hiding this comment

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

🎉

@cristianoc cristianoc merged commit d64839e into master Oct 16, 2022
@cristianoc cristianoc deleted the await_pipe branch October 16, 2022 09:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

await lost on reformat
2 participants