Martin Sebor
2018-11-28 18:39:55 UTC
Ping: https://gcc.gnu.org/ml/gcc-patches/2018-11/msg01759.html
If there are no objections or suggestions for tweaks I'll commit
this updated comment this week.
Please do not commit such changes w/o approval.If there are no objections or suggestions for tweaks I'll commit
this updated comment this week.
to a patch to update comments I'd like to get some clarity here.
I have been assuming that the GCC Write access policy (quoted
below) lets those of us with write-after-approval make a judgment
call as to when a change is sufficiently safe to commit:
Obvious fixes can be committed without prior approval. Just
check in the fix and copy it to gcc-patches. A good test to
determine whether a fix is obvious: "will the person who
objects to my work the most be able to find a fault with my
fix?" If the fix is later found to be faulty, it can always
be rolled back. We don't want to get overly restrictive about
checkin policies.
(https://www.gnu.org/software/gcc/svnwrite.html#policies)
If we are not at liberty to make this judgment call in even
the most innocuous cases like comments, when does this policy
actually apply? (It should be updated to make it clear.)
Thanks
Martin