WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
52851
check-webkit-style should catch use of #import in non-Mac-only files
https://bugs.webkit.org/show_bug.cgi?id=52851
Summary
check-webkit-style should catch use of #import in non-Mac-only files
Jon Honeycutt
Reported
2011-01-20 16:09:26 PST
It would be nice if the style checker could catch use of #import on files that will be built on platforms other than the Mac to prevent build errors like <
http://trac.webkit.org/changeset/75981
>.
Attachments
Add attachment
proposed patch, testcase, etc.
David Levin
Comment 1
2011-01-20 22:16:13 PST
I don't know what this check would be. Is the check if file extension == 'cpp' and file has '#import', then print 'Don't do #import. This is a C++ file.' ?
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug