Show patches with: Series = qapi: static typing conversion, pt1       |    State = Action Required       |    Archived = No       |   47 patches
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v3,01/47,DO-NOT-MERGE] docs: replace single backtick (`) with double-backtick (``) qapi: static typing conversion, pt1 - - 1 - --- 2020-09-25 John Snow New
[v3,02/47,DO-NOT-MERGE] docs: repair broken references qapi: static typing conversion, pt1 - - 1 - --- 2020-09-25 John Snow New
[v3,03/47,DO-NOT-MERGE] docs/sphinx: change default role to "any" qapi: static typing conversion, pt1 - - - - --- 2020-09-25 John Snow New
[v3,04/47] qapi: modify docstrings to be sphinx-compatible qapi: static typing conversion, pt1 - - - - --- 2020-09-25 John Snow New
[v3,05/47] qapi/doc.py: Change code templates from function to string qapi: static typing conversion, pt1 - - 1 - --- 2020-09-25 John Snow New
[v3,06/47,DO-NOT-MERGE] docs: enable sphinx-autodoc for scripts/qapi qapi: static typing conversion, pt1 - - - - --- 2020-09-25 John Snow New
[v3,07/47] qapi-gen: Separate arg-parsing from generation qapi: static typing conversion, pt1 - - 2 1 --- 2020-09-25 John Snow New
[v3,08/47] qapi: move generator entrypoint into module qapi: static typing conversion, pt1 - - 2 1 --- 2020-09-25 John Snow New
[v3,09/47,DO-NOT-MERGE] docs: add scripts/qapi/main to python manual qapi: static typing conversion, pt1 - - - - --- 2020-09-25 John Snow New
[v3,10/47] qapi: Prefer explicit relative imports qapi: static typing conversion, pt1 - - 2 - --- 2020-09-25 John Snow New
[v3,11/47] qapi: Remove wildcard includes qapi: static typing conversion, pt1 - - 2 - --- 2020-09-25 John Snow New
[v3,12/47] qapi: enforce import order/styling with isort qapi: static typing conversion, pt1 - - 1 1 --- 2020-09-25 John Snow New
[v3,13/47] qapi: delint using flake8 qapi: static typing conversion, pt1 - - 2 - --- 2020-09-25 John Snow New
[v3,14/47] qapi: add pylintrc qapi: static typing conversion, pt1 - - 1 2 --- 2020-09-25 John Snow New
[v3,15/47] qapi/common.py: Remove python compatibility workaround qapi: static typing conversion, pt1 - - 2 - --- 2020-09-25 John Snow New
[v3,16/47] qapi/common.py: Add indent manager qapi: static typing conversion, pt1 - - 2 - --- 2020-09-25 John Snow New
[v3,17/47] qapi/common.py: delint with pylint qapi: static typing conversion, pt1 - - 2 - --- 2020-09-25 John Snow New
[v3,18/47] qapi/common.py: Replace one-letter 'c' variable qapi: static typing conversion, pt1 - - 2 - --- 2020-09-25 John Snow New
[v3,19/47] qapi/common.py: check with pylint qapi: static typing conversion, pt1 - - 1 2 --- 2020-09-25 John Snow New
[v3,20/47] qapi/common.py: add type hint annotations qapi: static typing conversion, pt1 - - 2 - --- 2020-09-25 John Snow New
[v3,21/47] qapi/common.py: Convert comments into docstrings, and elaborate qapi: static typing conversion, pt1 - - 2 - --- 2020-09-25 John Snow New
[v3,22/47] qapi/common.py: move build_params into gen.py qapi: static typing conversion, pt1 - - 2 - --- 2020-09-25 John Snow New
[v3,23/47] qapi: establish mypy type-checking baseline qapi: static typing conversion, pt1 - - 1 2 --- 2020-09-25 John Snow New
[v3,24/47] qapi/events.py: add type hint annotations qapi: static typing conversion, pt1 - - 2 - --- 2020-09-25 John Snow New
[v3,25/47] qapi/events.py: Move comments into docstrings qapi: static typing conversion, pt1 - - 2 - --- 2020-09-25 John Snow New
[v3,26/47] qapi/commands.py: Don't re-bind to variable of different type qapi: static typing conversion, pt1 - - 2 - --- 2020-09-25 John Snow New
[v3,27/47] qapi/commands.py: add type hint annotations qapi: static typing conversion, pt1 - - 2 - --- 2020-09-25 John Snow New
[v3,28/47] qapi/commands.py: enable checking with mypy qapi: static typing conversion, pt1 - - 2 - --- 2020-09-25 John Snow New
[v3,29/47] qapi/source.py: add type hint annotations qapi: static typing conversion, pt1 - - 2 1 --- 2020-09-25 John Snow New
[v3,30/47] qapi/source.py: delint with pylint qapi: static typing conversion, pt1 - - 2 1 --- 2020-09-25 John Snow New
[v3,31/47] qapi/gen.py: Fix edge-case of _is_user_module qapi: static typing conversion, pt1 - - 1 - --- 2020-09-25 John Snow New
[v3,32/47] qapi/gen.py: add type hint annotations qapi: static typing conversion, pt1 - - 2 - --- 2020-09-25 John Snow New
[v3,33/47] qapi/gen.py: Enable checking with mypy qapi: static typing conversion, pt1 - - 2 1 --- 2020-09-25 John Snow New
[v3,34/47] qapi/gen.py: Remove unused parameter qapi: static typing conversion, pt1 - - 2 - --- 2020-09-25 John Snow New
[v3,35/47] qapi/gen.py: update write() to be more idiomatic qapi: static typing conversion, pt1 - - 2 - --- 2020-09-25 John Snow New
[v3,36/47] qapi/gen.py: delint with pylint qapi: static typing conversion, pt1 - - 2 - --- 2020-09-25 John Snow New
[v3,37/47] qapi/introspect.py: assert obj is a dict when features are given qapi: static typing conversion, pt1 - - - - --- 2020-09-25 John Snow New
[v3,38/47] qapi/instrospect.py: add preliminary type hint annotations qapi: static typing conversion, pt1 - - - - --- 2020-09-25 John Snow New
[v3,39/47] qapi/introspect.py: add _gen_features helper qapi: static typing conversion, pt1 - - - - --- 2020-09-25 John Snow New
[v3,40/47] qapi/introspect.py: Unify return type of _make_tree() qapi: static typing conversion, pt1 - - - - --- 2020-09-25 John Snow New
[v3,41/47] qapi/introspect.py: replace 'extra' dict with 'comment' argument qapi: static typing conversion, pt1 - - - - --- 2020-09-25 John Snow New
[v3,42/47] qapi/introspect.py: create a typed 'Node' data structure qapi: static typing conversion, pt1 - - - - --- 2020-09-25 John Snow New
[v3,43/47] qapi/types.py: add type hint annotations qapi: static typing conversion, pt1 - - 2 - --- 2020-09-25 John Snow New
[v3,44/47] qapi/types.py: remove one-letter variables qapi: static typing conversion, pt1 - - 2 - --- 2020-09-25 John Snow New
[v3,45/47] qapi/visit.py: assert tag_member contains a QAPISchemaEnumType qapi: static typing conversion, pt1 - - 2 - --- 2020-09-25 John Snow New
[v3,46/47] qapi/visit.py: remove unused parameters from gen_visit_object qapi: static typing conversion, pt1 - - 2 1 --- 2020-09-25 John Snow New
[v3,47/47] qapi/visit.py: add type hint annotations qapi: static typing conversion, pt1 - - 2 1 --- 2020-09-25 John Snow New