Re: [PATCH v2 12/21] qapi/parser: add type hint annotations

2021-05-18 Thread John Snow
On 5/18/21 8:01 AM, Markus Armbruster wrote: John Snow writes: Annotations do not change runtime behavior. This commit *only* adds annotations. (Annotations for QAPIDoc are in a forthcoming commit.) Signed-off-by: John Snow --- scripts/qapi/parser.py | 58

Re: [PATCH v2 12/21] qapi/parser: add type hint annotations

2021-05-18 Thread Markus Armbruster
John Snow writes: > Annotations do not change runtime behavior. > This commit *only* adds annotations. > > (Annotations for QAPIDoc are in a forthcoming commit.) > > Signed-off-by: John Snow > --- > scripts/qapi/parser.py | 58 +++--- > 1 file changed, 38

[PATCH v2 12/21] qapi/parser: add type hint annotations

2021-05-11 Thread John Snow
Annotations do not change runtime behavior. This commit *only* adds annotations. (Annotations for QAPIDoc are in a forthcoming commit.) Signed-off-by: John Snow --- scripts/qapi/parser.py | 58 +++--- 1 file changed, 38 insertions(+), 20 deletions(-) diff