Bug 137889

Summary: prepare-changelog adds Deleted method names that were not touched at all
Product: WebKit Reporter: Dana Burkart <dburkart>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: dbates, dburkart, llango.u-szeged, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=130508
https://bugs.webkit.org/show_bug.cgi?id=159067

Description Dana Burkart 2014-10-20 12:23:25 PDT
Remy says:

"The script prepare-changelog will add lines about deleted methods whenever there are some red lines in the diff, whether those line are actually methods being deleted or not. And methods that are actually deleted are never detected."

This is observed when changing Obj-C source files. I'm working on a patch.
Comment 1 Dana Burkart 2014-10-20 12:27:44 PDT
rdar://problem/18459323
Comment 2 Dana Burkart 2014-10-20 14:27:50 PDT
(Testing WebKit Bug Importer, please ignore)
Comment 3 Dana Burkart 2014-10-22 10:28:14 PDT
Hmmm, I actually can't reproduce this. I've tried changing an Obj-C method, deleting one, and adding one, and I've gotten what looks like correct output. I'll have to sit down with Remy and try to get some reproducible steps.
Comment 4 Daniel Bates 2016-07-21 17:27:20 PDT

*** This bug has been marked as a duplicate of bug 143897 ***