Bug 27487 - cpplint.py's process_file() should accept customized error function
Summary: cpplint.py's process_file() should accept customized error function
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-07-21 00:56 PDT by Shinichiro Hamaji
Modified: 2009-07-21 03:12 PDT (History)
1 user (show)

See Also:


Attachments
Patch v1 (2.01 KB, patch)
2009-07-21 01:09 PDT, Shinichiro Hamaji
no flags Details | Formatted Diff | Diff
Patch v2 (1.36 KB, patch)
2009-07-21 01:10 PDT, Shinichiro Hamaji
levin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Shinichiro Hamaji 2009-07-21 00:56:17 PDT
run-webkit-lint will need this to filter lint errors based on the patch.
Comment 1 Shinichiro Hamaji 2009-07-21 01:09:25 PDT
Created attachment 33153 [details]
Patch v1


---
 3 files changed, 25 insertions(+), 0 deletions(-)
Comment 2 Shinichiro Hamaji 2009-07-21 01:10:31 PDT
Created attachment 33154 [details]
Patch v2


---
 2 files changed, 11 insertions(+), 2 deletions(-)
Comment 3 Shinichiro Hamaji 2009-07-21 01:11:37 PDT
Oops, I sent a wrong patch. Please ignore "Patch v1".
Comment 4 David Levin 2009-07-21 01:16:20 PDT
Comment on attachment 33154 [details]
Patch v2

I thought I had just reviewed that other patch but then thought maybe I forgot to click submit. :)
Comment 5 David Levin 2009-07-21 03:12:47 PDT
Committed as http://trac.webkit.org/changeset/46163