Bug 26533

Summary: A Script for parsing ChangeLogs and counting reviewers
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: REOPENED ---    
Severity: Normal CC: peter, vestbo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Bug Depends on: 71976, 28477, 32725, 72090, 72636    
Bug Blocks:    
Attachments:
Description Flags
script, pass ChangeLog files and it will spit out review counts none

Description Eric Seidel (no email) 2009-06-19 02:40:58 PDT
A Script for parsing ChangeLogs and counting reviewers

This script could actually be turned into one which fixed up all the reviewer names (maybe not removing the wrestling names...) :)

I figured I should put it in bugzilla for posterity.
Comment 1 Eric Seidel (no email) 2009-06-19 02:41:27 PDT
Created attachment 31538 [details]
script, pass ChangeLog files and it will spit out review counts
Comment 2 Tor Arne Vestbø 2009-06-19 02:59:33 PDT
Landed in r44851
Comment 3 Tor Arne Vestbø 2009-06-19 02:59:52 PDT
Ooops
Comment 4 Tor Arne Vestbø 2009-06-19 03:25:33 PDT
(In reply to comment #2)
> Landed in r44851
> 

To be clear, this was a comment supposed to go to another bug. Sorry about that :/
Comment 5 Eric Seidel (no email) 2009-08-19 17:45:42 PDT
I think eventually the ChangeLog class will change to be more stateful.  Right now it reads the ChangeLog from disk on every command.  Eventually we'll probably have explicit read/write commands and keep the ChangeLog in memory in a parsed form.  Not sure.