NEW 76961
Style checker should complain about people making files executable for no reason
https://bugs.webkit.org/show_bug.cgi?id=76961
Summary Style checker should complain about people making files executable for no reason
Mark Rowe (bdash)
Reported 2012-01-24 16:40:13 PST
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.
Attachments
Note You need to log in before you can comment on or make changes to this bug.