Don't mark a patch as WIP when there are reviewers assigned in phabricator
Categories
(Conduit :: moz-phab, enhancement, P3)
Tracking
(Not tracked)
People
(Reporter: mossop, Assigned: mathew.hodson)
References
Details
Attachments
(3 files)
Sometimes I prefer to add reviewers directly in phabricator, maybe I can't remember their names or maybe I know a reviewer will be automatically assigned by a herald rule. So I do this:
- Commit my patch with the description
Bug XXXXXXX: Do the thing. moz-phab- Go to the patch in phabricator and check/add reviewers.
- Request review.
Later after a first review:
- Update the patch.
moz-phab
At this point moz-phab re-marks the patch as WIP even though there are reviewers assigned to the patch. It would be nice if when no reviewers are marked in the commit it would check to see if there are reviewers in phabricator and not mark as WIP in this case.
(It would be even nicer if reviewers are going to be automatically assigned that the first submission didn't get marked WIP but I assume that is somewhat more difficult to achieve!)
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
| Assignee | ||
Comment 2•1 year ago
|
||
Reported by Pylance extension in VS Code.
This fixes errors like the following:
- "None" is not assignable to "int"
- Object of type "None" is not subscriptable
| Assignee | ||
Comment 3•1 year ago
|
||
In some scenarios that were exposed by the next patch, get_diffs
was called with an empty list in show_commit_stack, which raises an
error. This can happen when a commit is submitted with a revision ID
that doesn't exist.
Fix assert in test_show_commit_stack that depended on previous state.
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Comment 4•1 year ago
|
||
This will go out in the next release.
| Assignee | ||
Comment 6•6 months ago
|
||
Description
•