[Webkit-unassigned] [Bug 108983] webkit-patch upload regenerates the WebCore ChangeLog every time it's called
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Feb 5 23:20:08 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=108983
--- Comment #5 from Ryosuke Niwa <rniwa at webkit.org> 2013-02-05 23:22:15 PST ---
In particular, prepare-ChangeLogs is terrible at generating change logs in non-C++ languages.
e.g.
function Class() {
this.method = function () {...}
}
results in:
(Class):
(this.method)
While I appreciate your contribution to the project, prepare-ChangeLogs does not generate the most appropriate change logs at the moment, and replacing change logs humans manually edited is not going to help it.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list