[Webkit-unassigned] [Bug 144959] New: [CMake] check-webkit-style provides bogus explanation for alphabetical sorting error

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 13 12:20:45 PDT 2015


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

            Bug ID: 144959
           Summary: [CMake] check-webkit-style provides bogus explanation
                    for alphabetical sorting error
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: PC
                OS: All
            Status: NEW
          Severity: Minor
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at igalia.com

In https://bugs.webkit.org/show_bug.cgi?id=144747#c5

check-webkit-style claims:

ERROR: Source/WebKit2/PlatformGTK.cmake:491:  Alphabetical sorting problem. "PluginProcess/PluginControllerProxy.cpp" should be before "PluginProcess/EntryPoint/unix/PluginProcessMain.cpp".  [list/order] [5]

There really is an alphabetical sorting problem on line 491:

list(APPEND WebKit2_SYSTEM_INCLUDE_DIRECTORIES
    ${WTF_DIR}
    ${CAIRO_INCLUDE_DIRS}

But I have no clue where PluginProcess/PluginControllerProxy.cpp and PluginProcess/EntryPoint/unix/PluginProcessMain.cpp are coming from. Those have nothing to do with this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150513/d1b91d81/attachment.html>


More information about the webkit-unassigned mailing list