Re: [PATCH v2 20/38] qapi/commands.py: add notational type hints

2020-09-23 Thread Cleber Rosa
On Tue, Sep 22, 2020 at 05:00:43PM -0400, John Snow wrote: > Signed-off-by: John Snow Reviewed-by: Cleber Rosa signature.asc Description: PGP signature

Re: [PATCH v2 20/38] qapi/commands.py: add notational type hints

2020-09-23 Thread John Snow
On 9/23/20 10:50 AM, Eduardo Habkost wrote: On Tue, Sep 22, 2020 at 05:00:43PM -0400, John Snow wrote: Signed-off-by: John Snow Reviewed-by: Eduardo Habkost Oops, I didn't use my consistent type hint commit message for this one. Changing that to avoid my invented word "notational". --j

Re: [PATCH v2 20/38] qapi/commands.py: add notational type hints

2020-09-23 Thread Eduardo Habkost
On Tue, Sep 22, 2020 at 05:00:43PM -0400, John Snow wrote: > Signed-off-by: John Snow Reviewed-by: Eduardo Habkost -- Eduardo

[PATCH v2 20/38] qapi/commands.py: add notational type hints

2020-09-22 Thread John Snow
Signed-off-by: John Snow --- scripts/qapi/commands.py | 66 +--- 1 file changed, 49 insertions(+), 17 deletions(-) diff --git a/scripts/qapi/commands.py b/scripts/qapi/commands.py index 389dd879a6..80f22d562d 100644 --- a/scripts/qapi/commands.py +++ b/scripts