RESOLVED FIXED 68003
UpdateChangeLogsWithReviewer should be able to determine reviewer of latest reviewed patch in a bug
https://bugs.webkit.org/show_bug.cgi?id=68003
Summary UpdateChangeLogsWithReviewer should be able to determine reviewer of latest r...
WebKit Review Bot
Reported 2011-09-13 07:28:56 PDT
UpdateChangeLogsWithReviewer should be able to determine reviewer of latest reviewed patch in a bug Requested by tomz on #webkit.
Attachments
Patch (4.40 KB, patch)
2011-09-14 15:29 PDT, Tom Zakrajsek
no flags
Patch (4.70 KB, patch)
2011-09-15 14:06 PDT, Tom Zakrajsek
no flags
Tom Zakrajsek
Comment 1 2011-09-14 15:29:37 PDT
Adam Barth
Comment 2 2011-09-14 15:43:46 PDT
Comment on attachment 107405 [details] Patch Nice idea.
Adam Barth
Comment 3 2011-09-14 15:44:09 PDT
Comment on attachment 107405 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=107405&action=review > Tools/Scripts/webkitpy/tool/steps/updatechangelogswithreviewer.py:50 > - patch = patches[0] > + patch = patches[len(patches) - 1] In Python, you can just write patches[-1]
Eric Seidel (no email)
Comment 4 2011-09-14 15:55:07 PDT
Comment on attachment 107405 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=107405&action=review > Tools/Scripts/webkitpy/tool/steps/updatechangelogswithreviewer.py:47 > + if len(patches) < 1: This could also be "not patches"
Tom Zakrajsek
Comment 5 2011-09-15 14:06:32 PDT
Tom Zakrajsek
Comment 6 2011-09-15 14:08:07 PDT
Implemented idiomatic improvements suggested by Adam and Eric. Thanks guys.
WebKit Review Bot
Comment 7 2011-09-15 19:02:25 PDT
Comment on attachment 107548 [details] Patch Clearing flags on attachment: 107548 Committed r95257: <http://trac.webkit.org/changeset/95257>
WebKit Review Bot
Comment 8 2011-09-15 19:02:34 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.