Files
qemu/scripts
Markus Armbruster 1ca08107c5 qapi/parser: Mollify mypy
re.match(r'^ *', ...) can't fail, but mypy doesn't know that and
complains:

    scripts/qapi/parser.py:444: error: Item "None" of "Match[str] | None" has no attribute "end"  [union-attr]

Work around by using must_match() instead.

Fixes: 8107ba47fd (qapi: Add documentation format validation)
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20251105152219.311154-1-armbru@redhat.com>
2025-11-10 11:57:18 +01:00
..
2025-11-04 17:13:25 +01:00
2025-11-10 11:57:18 +01:00
2025-10-09 09:48:35 +02:00
2025-10-03 15:14:48 +02:00
2025-09-22 17:17:18 +02:00
2025-04-13 13:45:41 +03:00