Branch: refs/heads/master
Home: https://github.com/qemu/qemu
Commit: d27e7c359330ba7020bdbed7ed2316cb4cf6ffc1
https://github.com/qemu/qemu/commit/d27e7c359330ba7020bdbed7ed2316cb4cf6ffc1
Author: Markus Armbruster <[email protected]>
Date: 2023-05-17 (Wed, 17 May 2023)
Changed paths:
M scripts/qapi/parser.py
Log Message:
-----------
qapi/parser: Drop two bad type hints for now
Two type hints fail centos-stream-8-x86_64 CI. They are actually
broken. Changing them to Optional[re.Match[str]] fixes them locally
for me, but then CI fails differently. Drop them for now.
Fixes: 3e32dca3f0d1 (qapi: Rewrite parsing of doc comment section symbols and
tags)
Signed-off-by: Markus Armbruster <[email protected]>
Message-Id: <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Tested-by: Igor Mammedov <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>