Bug 131005
| Summary: | prepare-Changelog reports a reordered method implementation as Edited + Deleted | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Brian Burg <burg> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | llango.u-szeged, ossy |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Brian Burg
If you move a C++ method implementation from one part of the file to another part, it will add a changelog entry for the destination line as if it were edited, and also add a changelog entry as if the old source line was deleted.
I think it would be safest to filter out "deleted" entries if there is a corresponding "edited" entry for the method.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |