Re: [PATCH 16/19] qapi/schema: add type hints

2023-11-24 Thread Markus Armbruster
John Snow writes: > This patch only adds type hints, which aren't utilized at runtime and > don't change the behavior of this module in any way. > > In a scant few locations, type hints are removed where no longer > necessary due to inference power from typing all of the rest of > creation; and a

[PATCH 16/19] qapi/schema: add type hints

2023-11-15 Thread John Snow
This patch only adds type hints, which aren't utilized at runtime and don't change the behavior of this module in any way. In a scant few locations, type hints are removed where no longer necessary due to inference power from typing all of the rest of creation; and any type hints that no longer ne