[Webkit-unassigned] [Bug 76961] New: Style checker should complain about people making files executable for no reason

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 24 16:40:13 PST 2012


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

           Summary: Style checker should complain about people making
                    files executable for no reason
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mrowe at apple.com


Bug 72675 was fixed by <http://trac.webkit.org/changeset/105828>, which for some reason set svn:executable on a number of files. This is obviously bogus, and what's worse the executable bit being set on header files that end up installed in to Mac OS X frameworks results in our production builds being broken (we have verifiers that ensure that the permissions of header files and such are sane).

It'd be great if the style checker would preemptively detect the executable bit being set on files that don't deserve it.

-- 
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