Paolo Bonzini writes:
> On 5/16/23 07:22, Markus Armbruster wrote:
>>>File "/builds/qemu-project/qemu/scripts/qapi/parser.py", line 566, in
>>> QAPIDoc
>>> def _match_at_name_colon(string: str) -> Optional[re.Match[str]]:
>>> TypeError: 'type' object is not subscriptable
>>
>> Life's to
On 5/16/23 07:22, Markus Armbruster wrote:
File "/builds/qemu-project/qemu/scripts/qapi/parser.py", line 566, in QAPIDoc
def _match_at_name_colon(string: str) -> Optional[re.Match[str]]:
TypeError: 'type' object is not subscriptable
Life's too short for wrestling with such pigs. Unless
Richard Henderson writes:
> On 5/15/23 22:22, Markus Armbruster wrote:
>>> https://gitlab.com/qemu-project/qemu/-/jobs/4289613692#L574
>>>
>>>File "/builds/qemu-project/qemu/scripts/qapi/parser.py", line 566, in
>>> QAPIDoc
>>> def _match_at_name_colon(string: str) -> Optional[re.Match[
On 5/15/23 22:22, Markus Armbruster wrote:
https://gitlab.com/qemu-project/qemu/-/jobs/4289613692#L574
File "/builds/qemu-project/qemu/scripts/qapi/parser.py", line 566, in QAPIDoc
def _match_at_name_colon(string: str) -> Optional[re.Match[str]]:
TypeError: 'type' object is not subscript
Richard Henderson writes:
> On 5/11/23 04:17, Markus Armbruster wrote:
>> Fixes: 3e32dca3f0d1 (qapi: Rewrite parsing of doc comment section symbols
>> and tags)
>> Signed-off-by: Markus Armbruster
>> ---
>> scripts/qapi/parser.py | 4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
>
On 5/11/23 04:17, Markus Armbruster wrote:
Fixes: 3e32dca3f0d1 (qapi: Rewrite parsing of doc comment section symbols and
tags)
Signed-off-by: Markus Armbruster
---
scripts/qapi/parser.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/qapi/parser.py b/scripts/