Closed
Bug 782717
Opened 13 years ago
Closed 6 years ago
Link from reviews back to the patch
Categories
(bugzilla.mozilla.org :: Splinter, enhancement, P5)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: Yoric, Unassigned)
Details
Let's consider the following patch:
«
if (foo) {
// ... do something
}
// ...
if (foo) {
// ... do something else
}
»
When a reviewer adds a comment pertaining to line |if(foo) {|, the context is generally lost. What the submitter will see is something along the lines of
«
+ if(foo) {
Why?
»
This is not very informative (especially when the reviewer is monosyllabic, and we have quite a few of these) and the submitter has to guess whether the comment was related to the first occurrence of |if(foo) {| or the second. This can get even worse when the only context displayed after the review is some empty line.
We could make this much nicer on the users by making the following change:
- in the message, each line starts with a line number;
- each line number links back to the corresponding line in the Splinter Review vies of the patch.
As follows
«
l. 23 + if(foo) {
Why?
»
![]() |
||
Updated•13 years ago
|
Assignee: ui → nobody
Component: User Interface → Extensions: Splinter
Product: Bugzilla → bugzilla.mozilla.org
QA Contact: default-qa
Version: unspecified → Production
Updated•9 years ago
|
Priority: -- → P5
Splinter is retiring.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•