Re: [PATCH v5 00/25] qapi: statically type schema.py

2024-03-19 Thread Markus Armbruster
Queued for 9.1 with PATCH 25's commit message typo fixed. Thanks!

[PATCH v5 00/25] qapi: statically type schema.py

2024-03-15 Thread Markus Armbruster
v5: * PATCH 05: Move QAPISchemaDefinition.check()'s super().check() back to where it was in v3 * PATCH 12: Replaced, necessitating minor adjustments in PATCH 17+22 * PATCH 16: Tweak comment * PATCH 22: Tighten QAPISchema.lookup_entity()'s type hint * PATCH 24+25: New John Snow (22): qapi/parse