[Webkit-unassigned] [Bug 71976] Add a tool to list authors and reviewers contributed to a given file or directory

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 9 17:56:42 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=71976





--- Comment #3 from Eric Seidel <eric at webkit.org>  2011-11-09 17:56:42 PST ---
(From update of attachment 114406)
View in context: https://bugs.webkit.org/attachment.cgi?id=114406&action=review

Free functions are bad-news bears.  Eventually you'll want those on an object so they can be tested and mocked.

Why not make this a webkit-patch Command?

> Tools/Scripts/list-contributors-for-file:73
> +    dir = os.path.dirname(changelog_path)

Sad times.  Without a FilesSystem object it's very hard to test this sort of function.

-- 
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