[Webkit-unassigned] [Bug 257189] New: XPathGrammar.y and XPathGrammar.cpp are out-of-sync

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 23 01:07:57 PDT 2023


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

            Bug ID: 257189
           Summary: XPathGrammar.y and XPathGrammar.cpp are out-of-sync
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: annevk at annevk.nl
                CC: cdumez at apple.com, don.olmstead at sony.com

When I run

    bison -d -p xpathyy XPathGrammar.y -o XPathGrammar.cpp

in Source/WebCore/xml there's a number of differences.

The AtomString changes are relatively straightforward to address, but I'm not sure how to make

    yynerrs

not appear.

There's also

    IGNORE_CLANG_WARNINGS_BEGIN/END

I'm not sure what to do with and the file starts with

    /* This file is generated using the following command:
       bison -d -p xpathyy XPathGrammar.y -o XPathGrammar.cpp
     */

which is not generated either.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230523/7ea9d935/attachment.htm>


More information about the webkit-unassigned mailing list