Re: [PATCH 35/57] docs/qapidoc: Fix static typing on qapidoc.py

2025-03-08 Thread Markus Armbruster
John Snow writes: > On Fri, Mar 7, 2025 at 7:00 AM Markus Armbruster wrote: > >> John Snow writes: >> >> > Now that the legacy code is factored out, fix up the typing on the >> > remaining code in qapidoc.py. Add a type ignore to qapi_legacy.py to >> > prevent the errors there from bleeding out

Re: [PATCH 35/57] docs/qapidoc: Fix static typing on qapidoc.py

2025-03-08 Thread John Snow
On Sun, Mar 9, 2025 at 12:38 AM Markus Armbruster wrote: > John Snow writes: > > > On Fri, Mar 7, 2025 at 7:00 AM Markus Armbruster > wrote: > > > >> John Snow writes: > >> > >> > Now that the legacy code is factored out, fix up the typing on the > >> > remaining code in qapidoc.py. Add a type

Re: [PATCH 35/57] docs/qapidoc: Fix static typing on qapidoc.py

2025-03-08 Thread John Snow
On Fri, Mar 7, 2025 at 7:00 AM Markus Armbruster wrote: > John Snow writes: > > > Now that the legacy code is factored out, fix up the typing on the > > remaining code in qapidoc.py. Add a type ignore to qapi_legacy.py to > > prevent the errors there from bleeding out into qapidoc.py. > > > > Si

Re: [PATCH 35/57] docs/qapidoc: Fix static typing on qapidoc.py

2025-03-07 Thread Markus Armbruster
John Snow writes: > Now that the legacy code is factored out, fix up the typing on the > remaining code in qapidoc.py. Add a type ignore to qapi_legacy.py to > prevent the errors there from bleeding out into qapidoc.py. > > Signed-off-by: John Snow > --- > docs/sphinx/qapidoc.py| 40 +++

[PATCH 35/57] docs/qapidoc: Fix static typing on qapidoc.py

2025-03-04 Thread John Snow
Now that the legacy code is factored out, fix up the typing on the remaining code in qapidoc.py. Add a type ignore to qapi_legacy.py to prevent the errors there from bleeding out into qapidoc.py. Signed-off-by: John Snow --- docs/sphinx/qapidoc.py| 40 ++-