Re: [PATCH v5 15/36] qapi/common.py: add type hint annotations

2020-10-07 Thread John Snow
On 10/7/20 5:03 AM, Markus Armbruster wrote: John Snow writes: Annotations do not change runtime behavior. This commit *only* adds annotations. Signed-off-by: John Snow Reviewed-by: Eduardo Habkost Reviewed-by: Cleber Rosa --- scripts/qapi/common.py | 27 --- 1 f

Re: [PATCH v5 15/36] qapi/common.py: add type hint annotations

2020-10-07 Thread Markus Armbruster
John Snow writes: > Annotations do not change runtime behavior. > This commit *only* adds annotations. > > Signed-off-by: John Snow > Reviewed-by: Eduardo Habkost > Reviewed-by: Cleber Rosa > --- > scripts/qapi/common.py | 27 --- > 1 file changed, 16 insertions(+), 11

[PATCH v5 15/36] qapi/common.py: add type hint annotations

2020-10-05 Thread John Snow
Annotations do not change runtime behavior. This commit *only* adds annotations. Signed-off-by: John Snow Reviewed-by: Eduardo Habkost Reviewed-by: Cleber Rosa --- scripts/qapi/common.py | 27 --- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/scripts/q