Re: [PATCH v3 00/47] qapi: static typing conversion, pt1

2020-09-28 Thread John Snow
On 9/24/20 8:28 PM, John Snow wrote: Hi, this series adds static type hints to the QAPI module. This is part one! Part 1: https://gitlab.com/jsnow/qemu/-/tree/python-qapi-cleanup-pt1 Everything: https://gitlab.com/jsnow/qemu/-/tree/python-qapi-cleanup-pt6 At this point, I have made only extre

[PATCH v3 00/47] qapi: static typing conversion, pt1

2020-09-24 Thread John Snow
Hi, this series adds static type hints to the QAPI module. This is part one! Part 1: https://gitlab.com/jsnow/qemu/-/tree/python-qapi-cleanup-pt1 Everything: https://gitlab.com/jsnow/qemu/-/tree/python-qapi-cleanup-pt6 - Requires Python 3.6+ - Requires mypy 0.770 or newer (for type analysis only)