Modify ↓
Opened 17 years ago
Closed 6 years ago
#6200 closed defect (duplicate)
changeset view does not render EOL change on last row
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | version control/changeset view | Version: | devel |
Severity: | normal | Keywords: | mimeview diff |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
Attachments (0)
Change History (5)
comment:1 by , 17 years ago
Keywords: | mimeview diff added |
---|---|
Milestone: | → 0.12 |
comment:2 by , 10 years ago
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | new → closed |
This was fixed at some point in the past.
comment:3 by , 10 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
I still see the problem. (.splitlines() hides missing newlines.)
In what version of Trac do you see this fixed?
comment:4 by , 9 years ago
Owner: | removed |
---|---|
Status: | reopened → new |
comment:5 by , 6 years ago
Milestone: | next-major-releases |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
#5420 includes this issue.
Note:
See TracTickets
for help on using tickets.
Yeah, there's some refactoring needed so that the changeset diff viewer and patch renderer share more code. They're not working on the same kind of input though, and I'm not sure yet about how the difflib's
SequenceMatcher
represents a missing newline at the end of one file.