Displaying 2 results from an estimated 2 matches for "d46192".
2018 Apr 27
2
[RFC] Script to match open Phabricator reviews with potential reviewers
....
One of the items I pointed to is a script we've been using internally
for a little while to try and match open Phabricator reviews to people
who might be able to review them well. I received quite a few requests
to share that script, so I've decided to do so, see https://reviews.llvm.org/D46192.
The script uses 2 similar heuristics to try and match open reviews with
potential reviewers:
- If there is overlap between the lines of code touched by the
patch-under-review and lines of code that a person has written, that
person may be a good reviewer.
- If there is overlap between the fi...
2018 May 02
0
[RFC] Script to match open Phabricator reviews with potential reviewers
...I pointed to is a script we've been using internally
> for a little while to try and match open Phabricator reviews to people
> who might be able to review them well. I received quite a few requests
> to share that script, so I've decided to do so, see
> https://reviews.llvm.org/D46192.
>
> The script uses 2 similar heuristics to try and match open reviews with
> potential reviewers:
>
> - If there is overlap between the lines of code touched by the
> patch-under-review and lines of code that a person has written, that
> person may be a good reviewer.
>...