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 fast pipe formatting for a->(b->c) #2148

Merged

Conversation

anmonteiro
Copy link
Member

This diff also makes fast pipe SpecificInfixPrecedence by default,
instead of Simple, as recent bugs have shown that fast pipe formatting
is definitely not simple!

By having fast pipe be SpecificInfixPrecedence by default again, it
eliminates hopefully the last class of bugs that we hav seen recently.

This diff also makes fast pipe `SpecificInfixPrecedence` by default,
instead of `Simple`, as recent bugs have shown that fast pipe formatting
is definitely not simple!

By having fast pipe be `SpecificInfixPrecedence` by default again, it
eliminates hopefully the last class of bugs that we hav seen recently.
@IwanKaramazow
Copy link
Contributor

@chenglou discussed with @anmonteiro on Discord, ready to merge.

@chenglou chenglou merged commit 7042f8f into reasonml:master Aug 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants