Re: [PATCH v2 04/11] qapi/introspect.py: add assertions and casts

2020-11-06 Thread Cleber Rosa
On Mon, Oct 26, 2020 at 03:42:44PM -0400, John Snow wrote: > This is necessary to keep mypy passing in the next patch when we add > preliminary type hints. It will be removed shortly. > > Signed-off-by: John Snow > --- Reviewed-by: Cleber Rosa signature.asc Description: PGP signature

[PATCH v2 04/11] qapi/introspect.py: add assertions and casts

2020-10-26 Thread John Snow
This is necessary to keep mypy passing in the next patch when we add preliminary type hints. It will be removed shortly. Signed-off-by: John Snow --- scripts/qapi/introspect.py | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/qapi/introspect.py b/scripts/qapi/intro