Use ProjectFlags to define CleanCmd#9356
Conversation
The nearly identical PR for haskell#7439 was used as a guide for this PR. The point of this PR is to reduce the duplication of project flag handling. Co-authored-by: Jean-Paul Calderone <exarkun@twistedmatrix.com>
geekosaur
left a comment
There was a problem hiding this comment.
I get the impression NamedFieldPuns is not well liked here, but otherwise it's okay.
|
Thanks for the contribution! I'm fine with field puns but it's strange to see it turned on together with wildcards -- their purpose largely intersects. Also, where are puns used? I couldn't spot it when skimming the text of the patch. |
Just in the definition of |
|
Oh, I see now. Yeah, for consistency, it'd make sense to replace it with wildcards, I think. But only because of that. I personally prefer puns to wildcards. |
|
Thanks for the reviews! Per the contributor guide, now labeling for merge. |
|
@exarkun thank you! ❤️ |
Reduce duplication of project flag handling, fixes #6816
The nearly identical PR for #7439 was used as a guide for this PR.