[Lldb-commits] [PATCH] D123020: increase timeouts if running on valgrind

Luboš Luňák via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 11 07:09:09 PDT 2022


llunak added a comment.

In D123020#3442434 <https://reviews.llvm.org/D123020#3442434>, @labath wrote:

> In D123020#3437246 <https://reviews.llvm.org/D123020#3437246>, @llunak wrote:
>
>> In D123020#3426867 <https://reviews.llvm.org/D123020#3426867>, @JDevlieghere wrote:
>>
>>> FWIW the official policy is outlined here: https://llvm.org/docs/CodeReview.html
>>
>> I'm aware of it, but as far as I can judge I was following it. Even reading it now again I see nothing that I would understand as mandating review for everything.
>
> It does say "patches that meet likely-community-consensus requirements can be committed prior to an explicit review" and "where there is any uncertainty, a patch should be reviewed prior to being committed".
> It can be hard to judge what is a likely-community-consensus without being an active member of the community, which is why it's safer to go down the pre-commit review path.
>
> Also note that when I said that "all patches are expected to be reviewed", that included both pre-commit and post-commit review. I deliberately used passive voice because in the latter case, there's nothing for you (as the patch author) to do. It's generally up to the owners of individual components to ensure that all patches going in get reviewed by someone. Since there's no paper trail, this is very hard to verify, but I can tell you that people do that, and that it's not a good way to introduce yourself to someone.

Based on that 'introduce' comment I expect the part that you're not aware of is that all 4 of those simple commits I pushed directly changed code that had been written by me. So I still think I was following the guidelines, and I got an explicit review for all changes where I had any uncertainty, but as I said if it's expected that I'll get explicit review even for simple changes in code I'm familiar with, I can do that.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D123020/new/

https://reviews.llvm.org/D123020



More information about the lldb-commits mailing list