[PATCH] qapi/parser: Drop two bad type hints for now

2023-05-17 Thread Markus Armbruster
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

Re: [PATCH] qapi/parser: Drop two bad type hints for now

2023-05-17 Thread Igor Mammedov
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

Re: [PATCH] qapi/parser: Drop two bad type hints for now

2023-05-17 Thread Richard Henderson
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

[PATCH] qapi/parser: Drop two bad type hints for now

2023-05-16 Thread Markus Armbruster
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