-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add option to respect default-extensions from .cabal files #759
Conversation
f18e064
to
c4470a9
Compare
Concerning performance: This change is opt-in, so nothing will change in the default configuration. When
Considering that low hanging fruits like parallel formatting would make both cases much faster
I think that we don't have to worry too much about a performance regression in this PR. |
Updated (01-10-2021): See vyorkin/ormolu.el#14 for a way to use this feature with ormolu.el. |
254cf0e
to
4889228
Compare
Closes #517
Closes #519
TODO:
GHC2021
language in GHC 9.2)Map.union
).This PR already revealed one issue, #758.