NEW 43727
check-webkit-style should issue a warning if changes are made to one platform's project file (e.g. xcodeproj) but not the others (e.g. vcproj)
https://bugs.webkit.org/show_bug.cgi?id=43727
Summary check-webkit-style should issue a warning if changes are made to one platform...
Jessie Berlin
Reported 2010-08-09 09:13:37 PDT
A large number of the build breaks on Windows are simply due to a new file being added which is not added to the correct vcproj file. This could probably be avoided more often if we add a check to check-webkit-style which notices when a platform project file has been changed and checks to make sure all the corresponding other platform files have also been changed. We should also issue a warning if a .exp file is modified but the corresponding .def file isn't (and the corresponding files on other platforms).
Attachments
Note You need to log in before you can comment on or make changes to this bug.