[Webkit-unassigned] [Bug 124918] New: Style checker requires alphabetical ordering in cmake lists even it contains variable.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 27 02:01:46 PST 2013


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

           Summary: Style checker requires alphabetical ordering in cmake
                    lists even it contains variable.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: geryxyz at inf.u-szeged.hu


For example:
${foo}
${bar}
is bad

${bar}
${foo}
is ok

-- 
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