[Webkit-unassigned] [Bug 171510] check-webkit-style exits with an error while parsing Source/WebKit2/Scripts/webkit/ directory: KeyError: 'st'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 2 21:26:25 PDT 2017


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

--- Comment #4 from David Kilzer (:ddkilzer) <ddkilzer at webkit.org> ---
As it turns out, fixing the warnings in messages_unittest.py (and parser.py) also fixes this error.

I think the source of the bug was a bad import statement:

-import parser
+from webkit import parser

The next step is to figure out how to make messages_unittest.py and messages.py both work with the same import statement (and still make check-webkit-style happy).

Note that running messages_unittest.py now fails as the expected output hasn't been updated with other changes (probably because messages_unittest.py isn't run regularly by anyone or any bot).

-- 
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/20170503/500504c4/attachment.html>


More information about the webkit-unassigned mailing list