Re: [PATCH v4 00/16] python: add mypy support to python/qemu

2020-07-01 Thread John Snow
On 6/29/20 10:30 AM, John Snow wrote: > > > On 6/29/20 4:26 AM, Philippe Mathieu-Daudé wrote: >> +Cleber/Wainer. >> >> On 6/26/20 10:41 PM, John Snow wrote: >>> Based-on: 20200626202350.11060-1-js...@redhat.com >>> >>> This series modifies the python/qemu library to comply with mypy --strict.

Re: [PATCH v4 00/16] python: add mypy support to python/qemu

2020-06-29 Thread John Snow
On 6/29/20 4:26 AM, Philippe Mathieu-Daudé wrote: > +Cleber/Wainer. > > On 6/26/20 10:41 PM, John Snow wrote: >> Based-on: 20200626202350.11060-1-js...@redhat.com >> >> This series modifies the python/qemu library to comply with mypy --strict. >> This requires my "refactor shutdown" patch as a

Re: [PATCH v4 00/16] python: add mypy support to python/qemu

2020-06-29 Thread Philippe Mathieu-Daudé
+Cleber/Wainer. On 6/26/20 10:41 PM, John Snow wrote: > Based-on: 20200626202350.11060-1-js...@redhat.com > > This series modifies the python/qemu library to comply with mypy --strict. > This requires my "refactor shutdown" patch as a pre-requisite. > > v4: > 001/16:[] [--] 'python/qmp.py: D

[PATCH v4 00/16] python: add mypy support to python/qemu

2020-06-26 Thread John Snow
Based-on: 20200626202350.11060-1-js...@redhat.com This series modifies the python/qemu library to comply with mypy --strict. This requires my "refactor shutdown" patch as a pre-requisite. v4: 001/16:[] [--] 'python/qmp.py: Define common types' 002/16:[] [--] 'iotests.py: use qemu.qmp type