Bug 31685

Summary: Refactor help printing to use modern python idioms
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch none

Description Eric Seidel (no email) 2009-11-19 14:12:39 PST
Refactor help printing to use modern python idioms

Getting ready to move all the help printing stuff into another class, but first I'm "cleaning" it by splitting it into smaller methods and using python idioms like map and filter instead of manual for loops.
Comment 1 Eric Seidel (no email) 2009-11-19 14:13:24 PST
Created attachment 43522 [details]
Patch
Comment 2 Adam Barth 2009-11-19 15:09:43 PST
Comment on attachment 43522 [details]
Patch

Nice
Comment 3 WebKit Commit Bot 2009-11-19 15:21:11 PST
Comment on attachment 43522 [details]
Patch

Clearing flags on attachment: 43522

Committed r51208: <http://trac.webkit.org/changeset/51208>
Comment 4 WebKit Commit Bot 2009-11-19 15:21:18 PST
All reviewed patches have been landed.  Closing bug.