[Webkit-unassigned] [Bug 36573] New: check-webkit-style should restore the original file name if it is used from Emacs's flymake so that it can get an correct header guard name

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 24 19:24:07 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=36573

           Summary: check-webkit-style should restore the original file
                    name if it is used from Emacs's flymake so that it can
                    get an correct header guard name
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hayato at chromium.org


If users run check-webkit-style against header file (*.h) from Emacs's flymake,
the file name might contain '_flymake' suffix in the end of the basename. So we
have to restore original file name to get a correct header guard name.

A similar change has already been committed to original cpplint.py. So I'd like
to sync cpplint.py and cpp.py.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list