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: Mark
On Wed, 17 May 2023 08:16:00 +0200
Markus Armbruster wrote:
> 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: Rewri
On 5/16/23 23:16, Markus Armbruster wrote:
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 s
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: Mark