Show patches with: Submitter = John Snow       |    State = Action Required       |    Archived = No       |   265 patches
« 1 2 3 »
Patch Series S/W/F Date Submitter Delegate State
[v3,02/47,DO-NOT-MERGE] docs: repair broken references qapi: static typing conversion, pt1 --- 2020-09-25 John Snow New
[v3,01/47,DO-NOT-MERGE] docs: replace single backtick (`) with double-backtick (``) qapi: static typing conversion, pt1 --- 2020-09-25 John Snow New
[25/25] qapi/schema.py: Use python3 style super() qapi: static typing conversion, pt6 --- 2020-09-22 John Snow New
[24/25] qapi/schema.py: Add module docstring qapi: static typing conversion, pt6 --- 2020-09-22 John Snow New
[23/25] qapi/schema.py: enable pylint checks qapi: static typing conversion, pt6 --- 2020-09-22 John Snow New
[22/25] qapi/schema.py: Ignore unused argument for check() qapi: static typing conversion, pt6 --- 2020-09-22 John Snow New
[21/25] qapi/schema.py: disable pylint line limit qapi: static typing conversion, pt6 --- 2020-09-22 John Snow New
[20/25] qapi/schema.py: Replace one-letter variable names qapi: static typing conversion, pt6 --- 2020-09-22 John Snow New
[19/25] qapi/schema.py: Convert several methods to classmethods qapi: static typing conversion, pt6 --- 2020-09-22 John Snow New
[18/25] qapi/schema.py: Add pylint warning suppressions qapi: static typing conversion, pt6 --- 2020-09-22 John Snow New
[17/25] qapi: Disable similarity checks in pylint entirely qapi: static typing conversion, pt6 --- 2020-09-22 John Snow New
[16/25] qapi/schema.py: enable checking qapi: static typing conversion, pt6 --- 2020-09-22 John Snow New
[15/25] qapi/schema.py: add type hint annotations qapi: static typing conversion, pt6 --- 2020-09-22 John Snow New
[14/25] qapi/schema.py: Assert variants of an object are also objects qapi: static typing conversion, pt6 --- 2020-09-22 John Snow New
[13/25] qapi/schema.py: Test type of self.ret_type instead of local temp qapi: static typing conversion, pt6 --- 2020-09-22 John Snow New
[12/25] qapi/schema.py: remove 'and' from non-bool rvalue expressions qapi: static typing conversion, pt6 --- 2020-09-22 John Snow New
[11/25] qapi/schema.py: Constrain type of QAPISchemaObjectType members field qapi: static typing conversion, pt6 --- 2020-09-22 John Snow New
[10/25] qapi/schema.py: Add assertion to ifcond property qapi: static typing conversion, pt6 --- 2020-09-22 John Snow New
[09/25] qapi/schema.py: remove superfluous assert qapi: static typing conversion, pt6 --- 2020-09-22 John Snow New
[08/25] qapi/schema.py: Allow alternate_type to assert qapi: static typing conversion, pt6 --- 2020-09-22 John Snow New
[07/25] qapi/schema.py: constrain tag_member type qapi: static typing conversion, pt6 --- 2020-09-22 John Snow New
[06/25] qapi/schema.py: constrain QAPISchemaEvent arg_type type qapi: static typing conversion, pt6 --- 2020-09-22 John Snow New
[04/25] qapi/schema.py: constrain QAPISchemaObjectType base type qapi: static typing conversion, pt6 --- 2020-09-22 John Snow New
[03/25] qapi/schema.py: add assert in stub methods qapi: static typing conversion, pt6 --- 2020-09-22 John Snow New
[02/25] qapi/schema.py: Move meta-type into class instances qapi: static typing conversion, pt6 --- 2020-09-22 John Snow New
[01/25] qapi/schema: add Visitable mixin qapi: static typing conversion, pt6 --- 2020-09-22 John Snow New
[25/26] qapi/parser.py: Silence too-few-public-methods warning qapi: static typing conversion, pt5 --- 2020-09-22 John Snow New
[24/26] qapi/parser.py: remove one and two-letter variables qapi: static typing conversion, pt5 --- 2020-09-22 John Snow New
[22/26] qapi/parser.py: add type hint annotations (QAPIDoc) qapi: static typing conversion, pt5 --- 2020-09-22 John Snow New
[21/26] qapi/parser.py: QAPIDoc: convert @staticmethod to @classmethod qapi: static typing conversion, pt5 --- 2020-09-22 John Snow New
[20/26] qapi/parser.py: remove unused check_args_section arguments qapi: static typing conversion, pt5 --- 2020-09-22 John Snow New
[19/26] qapi/parser.py: add parent argument qapi: static typing conversion, pt5 --- 2020-09-22 John Snow New
[18/26] qapi/parser.py: Modify _include() to use parser state qapi: static typing conversion, pt5 --- 2020-09-22 John Snow New
[17/26] qapi/pragma.py: Move pragma parsing out of parser.py qapi: static typing conversion, pt5 --- 2020-09-22 John Snow New
[16/26] qapi/pragma.py: Move QAPISchemaPragma into its own module qapi: static typing conversion, pt5 --- 2020-09-22 John Snow New
[15/26] qapi/parser.py: add ParsedExpression type qapi: static typing conversion, pt5 --- 2020-09-22 John Snow New
[14/26] qapi/parser.py: add docstrings qapi: static typing conversion, pt5 --- 2020-09-22 John Snow New
[13/26] qapi/parser.py: add type hint annotations qapi: static typing conversion, pt5 --- 2020-09-22 John Snow New
[12/26] qapi/parser.py: add casts to pragma checks qapi: static typing conversion, pt5 --- 2020-09-22 John Snow New
[11/26] qapi/parser.py: Convert several methods to @classmethod qapi: static typing conversion, pt5 --- 2020-09-22 John Snow New
[10/26] qapi/parser.py: assert object keys are strings qapi: static typing conversion, pt5 --- 2020-09-22 John Snow New
[09/26] qapi/parser.py: assert get_expr returns object in outer loop qapi: static typing conversion, pt5 --- 2020-09-22 John Snow New
[08/26] qapi/parser.py: Assert lexer value is a string qapi: static typing conversion, pt5 --- 2020-09-22 John Snow New
[07/26] qapi/parser.py: fully remove 'null' constant qapi: static typing conversion, pt5 --- 2020-09-22 John Snow New
[06/26] qapi/parser.py: raise QAPIParseError during file opening qapi: static typing conversion, pt5 --- 2020-09-22 John Snow New
[05/26] qapi/parser.py: start source info at line 0 qapi: static typing conversion, pt5 --- 2020-09-22 John Snow New
[04/26] qapi/source.py: Add default arguments to QAPISourceInfo qapi: static typing conversion, pt5 --- 2020-09-22 John Snow New
[03/26] qapi/parser.py: use 'with' statement for opening files qapi: static typing conversion, pt5 --- 2020-09-22 John Snow New
[02/26] qapi/parser.py: group variable declarations in __init__ qapi: static typing conversion, pt5 --- 2020-09-22 John Snow New
[01/26] qapi/parser.py: refactor parsing routine into method qapi: static typing conversion, pt5 --- 2020-09-22 John Snow New
[4/6] qapi/parser.py: refactor QAPIParseError qapi: static typing conversion, pt4 --- 2020-09-22 John Snow New
[3/6] qapi/error.py: move QAPIParseError to parser.py qapi: static typing conversion, pt4 --- 2020-09-22 John Snow New
[2/6] qapi/parser.py: remove parser context from QAPIDoc qapi: static typing conversion, pt4 --- 2020-09-22 John Snow New
[1/6] qapi/error.py: refactor error classes qapi: static typing conversion, pt4 --- 2020-09-22 John Snow New
[14/14] qapi/doc.py: enable pylint checks qapi: static typing conversion, pt3 --- 2020-09-22 John Snow New
[13/14] qapi/doc.py: Assert type of object variant qapi: static typing conversion, pt3 --- 2020-09-22 John Snow New
[12/14] qapi/doc.py: Assert tag member is Enum type qapi: static typing conversion, pt3 --- 2020-09-22 John Snow New
[11/14] qapi/doc.py: Don't use private attributes of QAPIGen property qapi: static typing conversion, pt3 --- 2020-09-22 John Snow New
[10/14] qapi/gen.py: Add __bool__ dunder method to QAPIGen qapi: static typing conversion, pt3 --- 2020-09-22 John Snow New
[09/14] qapi/doc.py: Remove one-letter variables qapi: static typing conversion, pt3 --- 2020-09-22 John Snow New
[08/14] qapi/doc.py: Add generic texi_member callback qapi: static typing conversion, pt3 --- 2020-09-22 John Snow New
[07/14] qapi/doc.py: enable mypy checks qapi: static typing conversion, pt3 --- 2020-09-22 John Snow New
[06/14] qapi/doc.py: Add type hint annotations qapi: static typing conversion, pt3 --- 2020-09-22 John Snow New
[05/14] qapi/doc.py: Assert no suffix given for enum members qapi: static typing conversion, pt3 --- 2020-09-22 John Snow New
[04/14] qapi/doc.py: assert correct types in member_func callbacks qapi: static typing conversion, pt3 --- 2020-09-22 John Snow New
[03/14] qapi/doc.py: Add assertion on section.member qapi: static typing conversion, pt3 --- 2020-09-22 John Snow New
[02/14] qapi/doc.py: avoid unnecessary keyword arguments qapi: static typing conversion, pt3 --- 2020-09-22 John Snow New
[01/14] qapi/doc.py: stash long temporary locals in named locals qapi: static typing conversion, pt3 --- 2020-09-22 John Snow New
[16/16] qapi/expr.py: Use an expression checker dispatch table qapi: static typing conversion, pt2 --- 2020-09-22 John Snow New
[14/16] qapi/expr.py: Use tuples instead of lists for static data qapi: static typing conversion, pt2 --- 2020-09-22 John Snow New
[13/16] qapi/expr.py: Modify check_keys to accept any Iterable qapi: static typing conversion, pt2 --- 2020-09-22 John Snow New
[11/16] qapi/expr.py: enable pylint checks qapi: static typing conversion, pt2 --- 2020-09-22 John Snow New
[09/16] qapi/expr.py: rewrite check_if qapi: static typing conversion, pt2 --- 2020-09-22 John Snow New
[08/16] qapi/expr.py: add type hint annotations qapi: static typing conversion, pt2 --- 2020-09-22 John Snow New
[07/16] qapi/expr.py: Add casts in a few select cases qapi: static typing conversion, pt2 --- 2020-09-22 John Snow New
[06/16] qapi/expr.py: Check type of 'data' member qapi: static typing conversion, pt2 --- 2020-09-22 John Snow New
[04/16] qapi/expr.py: Add assertion for union type 'check_dict' qapi: static typing conversion, pt2 --- 2020-09-22 John Snow New
[03/16] qapi/expr.py: constrain incoming expression types qapi: static typing conversion, pt2 --- 2020-09-22 John Snow New
[02/16] qapi/expr.py: Check for dict instead of OrderedDict qapi: static typing conversion, pt2 --- 2020-09-22 John Snow New
[v2,36/38] qapi/visit.py: assert tag_member contains a QAPISchemaEnumType qapi: static typing conversion, pt1 --- 2020-09-22 John Snow New
[v2,35/38] qapi/types.py: remove one-letter variables qapi: static typing conversion, pt1 --- 2020-09-22 John Snow New
[v2,30/38] qapi/introspect.py: Add a typed 'extra' structure qapi: static typing conversion, pt1 --- 2020-09-22 John Snow New
[v2,28/38] qapi/gen.py: update write() to be more idiomatic qapi: static typing conversion, pt1 --- 2020-09-22 John Snow New
[v2,27/38] qapi/gen.py: Remove unused parameter qapi: static typing conversion, pt1 --- 2020-09-22 John Snow New
[v2,17/38] qapi/events.py: add type hint annotations qapi: static typing conversion, pt1 --- 2020-09-22 John Snow New
[v2,15/38] qapi/common.py: move build_params into gen.py qapi: static typing conversion, pt1 --- 2020-09-22 John Snow New
[v2,13/38] qapi/common.py: add type hint annotations qapi: static typing conversion, pt1 --- 2020-09-22 John Snow New
[v2,09/38] qapi/common.py: Add indent manager qapi: static typing conversion, pt1 --- 2020-09-22 John Snow New
[v2,06/38] qapi: delint using flake8 qapi: static typing conversion, pt1 --- 2020-09-22 John Snow New
[v2,04/38] qapi: Prefer explicit relative imports qapi: static typing conversion, pt1 --- 2020-09-22 John Snow New
[v2,03/38] qapi: move generator entrypoint into module qapi: static typing conversion, pt1 --- 2020-09-22 John Snow New
[37/37] qapi/visit.py: add notational type hints qapi: static typing conversion, pt1 --- 2020-09-15 John Snow New
[34/37] qapi/types.py: add notational type hints qapi: static typing conversion, pt1 --- 2020-09-15 John Snow New
[33/37] qapi/introspect.py: add notational type hints qapi: static typing conversion, pt1 --- 2020-09-15 John Snow New
[32/37] qapi/introspect.py: create a typed 'Node' data structure qapi: static typing conversion, pt1 --- 2020-09-15 John Snow New
[31/37] qapi/introspect.py: add _gen_features helper qapi: static typing conversion, pt1 --- 2020-09-15 John Snow New
[29/37] qapi/gen.py: delint with pylint qapi: static typing conversion, pt1 --- 2020-09-15 John Snow New
[26/37] qapi/gen.py: Enable checking with mypy qapi: static typing conversion, pt1 --- 2020-09-15 John Snow New
[25/37] qapi/gen.py: add notational type hints qapi: static typing conversion, pt1 --- 2020-09-15 John Snow New
[24/37] qapi/gen.py: Fix edge-case of _is_user_module qapi: static typing conversion, pt1 --- 2020-09-15 John Snow New
« 1 2 3 »