RESOLVED FIXED 27972
committer logic should be split out of bugzilla.py into its own module
https://bugs.webkit.org/show_bug.cgi?id=27972
Summary committer logic should be split out of bugzilla.py into its own module
Eric Seidel (no email)
Reported 2009-08-04 00:22:20 PDT
committer logic should be split out of bugzilla.py into its own module Adam is going to need committer lookup abilities, so I've made it a module. I also finally learned how to write unit tests, so I unit tested all of my changes! Running the unit tests seems to be a tricky dance of setting up python paths correctly. Maybe one of the python gurus can help me straighten things out.
Attachments
Patch v1 (22.44 KB, patch)
2009-08-04 00:23 PDT, Eric Seidel (no email)
no flags
Patch v1 (18.66 KB, patch)
2009-08-04 00:40 PDT, Eric Seidel (no email)
no flags
Updated to remove short_name code (18.51 KB, patch)
2009-08-04 01:08 PDT, Eric Seidel (no email)
abarth: review+
Eric Seidel (no email)
Comment 1 2009-08-04 00:23:37 PDT
Created attachment 34040 [details] Patch v1
Eric Seidel (no email)
Comment 2 2009-08-04 00:40:02 PDT
Created attachment 34042 [details] Patch v1
Eric Seidel (no email)
Comment 3 2009-08-04 01:08:17 PDT
Created attachment 34044 [details] Updated to remove short_name code --- 5 files changed, 291 insertions(+), 63 deletions(-)
Adam Barth
Comment 4 2009-08-04 01:09:34 PDT
Comment on attachment 34044 [details] Updated to remove short_name code Thanks for adding the extra test. We should eventually have a test harness for all these tests.
Eric Seidel (no email)
Comment 5 2009-08-04 01:21:00 PDT
Landed as http://trac.webkit.org/changeset/46750. Unsure why the tool failed.
Note You need to log in before you can comment on or make changes to this bug.