Improve the placement of comments#1193
Improve the placement of comments#1193gpetiot wants to merge 2 commits intoocaml-ppx:masterfrom gpetiot:cmt-partition
Conversation
|
I (finally!) had a look at this. If I understand it correctly, the core change is the change from The or-pattern changes seem to be a net improvement to me! And the rules seems much simpler to understand. It's a bit early to talk integration, but if you can continue improving that on the side and have net wins like the or-patterns I think this can balance the large diff this is going to have. We can also gate that behind a feature flag if the outcome is not super clear. |
|
I'm closing this one because:
|
You'll still need to make sure you reach a fix point with the comment placement. |
still in progress:
CmtstoSourceThe goal is only to improve the maintainability, bugs will be fixed in future pull requests, to keep the diff of this one short enough.