[Webkit-unassigned] [Bug 88036] New: [WebKit2] parser.py cannot handle nested #if conditions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 31 19:16:46 PDT 2012


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

           Summary: [WebKit2] parser.py cannot handle nested #if
                    conditions
           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: aestes at apple.com
                CC: aroben at webkit.org


parser.py, which parses messages.in files and generates message receiver .cpp files, cannot handle nested #if conditions. Whenever '#if' is encountered the variable that stores the current condition is set unconditionally, and whenever '#endif' is encountered that variable is cleared unconditionally. This limitation makes conditions more verbose in the .messages.in files.

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