[Webkit-unassigned] [Bug 43727] New: 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)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 9 09:13:37 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=43727
Summary: 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)
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jberlin at webkit.org
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).
--
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