review: diff parsing for valid ranges is incorrect #124
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
A patch string includes the starting line and the number of lines in the diff on the left/right side. However, lines may be unchanged between the diffs (they are there to provide context/anchors). We need to ignore the unchanged files when calculating the lines that are commentable.
The text was updated successfully, but these errors were encountered: