On 9/22/20 5:00 PM, John Snow wrote:
Hi, this series adds static type hints to the QAPI module. This is part one!
Hi, I will be sending out a v3 shortly. The status of this series is presently as follows: + [01] do-not-merge-qapi-add # + [02] qapi-gen-separate-arg-parsing # [SOB] JS [RB] EH + [03] qapi-move-generator-entrypoint # [SOB] JS [RB] CR,EH [TB] CR + [04] qapi-prefer-explicit-relative # [SOB] JS [RB] CR,EH + [05] qapi-remove-wildcard-includes # [SOB] JS [RB] CR,EH + [06] qapi-enforce-import-order # [SOB] JS + [07] qapi-delint-using-flake8 # [SOB] JS [RB] CR,EH + [08] qapi-add-pylintrc # [SOB] JS [TB] CR,EH [RB] CR + [09] qapi-common-py-remove-python # [SOB] JS [RB] CR,EH + [10] qapi-common-add-indent-manager # [SOB] JS [RB] CR,EH + [11] qapi-common-py-delint-with # [SOB] JS [RB] CR,EH + [12] replace-c-by-char # [SOB] JS [RB] CR,EH + [13] qapi-common-py-check-with # [SOB] JS [RB] CR [TB] CR,EH + [14] qapi-common-py-add-notational # [SOB] JS [RB] CR,EH + [15] qapi-common-move-comments-into # [SOB] JS [RB] CR,EH + [16] qapi-split-build_params-into # [SOB] JS [RB] CR,EH + [17] qapi-establish-mypy-type # [SOB] JS [TB] EH + [18] qapi-events-py-add-notational # [SOB] JS [RB] CR,EH + [19] qapi-events-move-comments-into # [SOB] JS [RB] CR,EH + [20] qapi-commands-py-don-t-re-bind # [SOB] JS [RB] CR,EH + [21] qapi-commands-py-add # [SOB] JS [RB] CR,EH + [22] qapi-commands-py-enable # [SOB] JS [RB] CR,EH + [23] qapi-source-py-add-notational # [SOB] JS [RB] EH + [24] qapi-source-py-delint-with # [SOB] JS [RB] CR,EH [TB] CR + [25] qapi-gen-py-fix-edge-case-of # + [26] qapi-gen-py-add-notational # [SOB] JS [RB] CR,EH + [27] qapi-gen-py-enable-checking # [SOB] JS [RB] CR,EH [TB] CR + [28] qapi-gen-py-remove-unused # [SOB] JS [RB] CR,EH + [29] qapi-gen-py-update-write-to-be # [SOB] JS [RB] CR,EH + [30] qapi-gen-py-delint-with-pylint # [SOB] JS [RB] CR,EH + [31] qapi-introspect-py-assert-obj # + [32] qapi-introspect-py-create-a # [SOB] EH,JS + [33] qapi-introspect-py-add # + [34] qapi-introspect-py-unify # + [35] qapi-introspect-py-replace # + [36] qapi-introspect-py-create-a-0 # + [37] qapi-types-py-add-type-hint # [SOB] JS [RB] CR,EH + [38] qapi-types-py-remove-one # [SOB] JS [RB] CR,EH + [39] qapi-visit-py-assert # [SOB] JS [RB] CR,EH + [40] qapi-visit-py-remove-unused # [SOB] JS [RB] CR,EH [TB] CR > [41] qapi-visit-py-add-notational # [SOB] JS [RB] CR,EH [TB] CR Thank you for your help so far, everyone! --js