Bug 144829
| Summary: | prepare-ChangeLog lists renamed functions and methods as having been deleted | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | mitz |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | conrad_shultz, darin, jberlin, thorton |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=159067 | ||
mitz
When a change renames a function or a method, prepare-ChangeLog lists the old name as deleted. All of these “…: Deleted.” lines then have to be deleted manually when editing the ChangeLog entry.
I don’t think there’s a way to make the script understand renames in general, and it seems like renames occur at least as frequently as deletions, so the script is creating extra work more often than it’s helping.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Darin Adler
Part of the problem is that it puts all the “deleted” names at the bottom so they are not even adjacent to the part with the new name.