Bug 31685 - Refactor help printing to use modern python idioms
Summary: Refactor help printing to use modern python idioms
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-19 14:12 PST by Eric Seidel (no email)
Modified: 2009-11-19 15:21 PST (History)
2 users (show)

See Also:


Attachments
Patch (4.18 KB, patch)
2009-11-19 14:13 PST, Eric Seidel (no email)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.