On 5/19/21 3:01 AM, Markus Armbruster wrote:
In commit f5d4361cda "qapi/source.py: add type hint annotations", I believe.Hmm, this commit actually fixes incorrect typing, doesn't it?
Yes.It just wasn't caught because this file wasn't being checked yet. I tried to avoid this for a long time by making sure I tested my full conversion stack after every rebase, but it got too cumbersome.