Show patches with: Submitter = John Snow       |    State = Action Required       |    Archived = No       |   5201 patches
« 1 2 ... 23 24 2552 53 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[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
[05/25] qapi/schema.py: constrain QAPISchemaObjectTypeMember 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
[26/26] qapi/parser.py: enable pylint checks qapi: static typing conversion, pt5 - - - - --- 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
[23/26] qapi/parser.py: enable mypy checks 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
[6/6] qapi/error.py: enable pylint checks qapi: static typing conversion, pt4 - - - - --- 2020-09-22 John Snow New
[5/6] qapi/error.py: enable mypy checks qapi: static typing conversion, pt4 - - - - --- 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 - - 1 1 --- 2020-09-22 John Snow New
[13/14] qapi/doc.py: Assert type of object variant qapi: static typing conversion, pt3 - - 1 - --- 2020-09-22 John Snow New
[12/14] qapi/doc.py: Assert tag member is Enum type qapi: static typing conversion, pt3 - - 1 - --- 2020-09-22 John Snow New
[11/14] qapi/doc.py: Don't use private attributes of QAPIGen property qapi: static typing conversion, pt3 - - 1 - --- 2020-09-22 John Snow New
[10/14] qapi/gen.py: Add __bool__ dunder method to QAPIGen qapi: static typing conversion, pt3 - - 1 - --- 2020-09-22 John Snow New
[09/14] qapi/doc.py: Remove one-letter variables qapi: static typing conversion, pt3 - - 1 - --- 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 - - 1 - --- 2020-09-22 John Snow New
[06/14] qapi/doc.py: Add type hint annotations qapi: static typing conversion, pt3 - - 1 - --- 2020-09-22 John Snow New
[05/14] qapi/doc.py: Assert no suffix given for enum members qapi: static typing conversion, pt3 - - 1 - --- 2020-09-22 John Snow New
[04/14] qapi/doc.py: assert correct types in member_func callbacks qapi: static typing conversion, pt3 - - 1 - --- 2020-09-22 John Snow New
[03/14] qapi/doc.py: Add assertion on section.member qapi: static typing conversion, pt3 - - 1 - --- 2020-09-22 John Snow New
[02/14] qapi/doc.py: avoid unnecessary keyword arguments qapi: static typing conversion, pt3 - - 1 - --- 2020-09-22 John Snow New
[01/14] qapi/doc.py: stash long temporary locals in named locals qapi: static typing conversion, pt3 - - 1 - --- 2020-09-22 John Snow New
[16/16] qapi/expr.py: Use an expression checker dispatch table qapi: static typing conversion, pt2 - - 2 - --- 2020-09-22 John Snow New
[15/16] qapi/expr.py: move related checks inside check_xxx functions qapi: static typing conversion, pt2 - - 1 - --- 2020-09-22 John Snow New
[14/16] qapi/expr.py: Use tuples instead of lists for static data qapi: static typing conversion, pt2 - - 2 - --- 2020-09-22 John Snow New
[13/16] qapi/expr.py: Modify check_keys to accept any Iterable qapi: static typing conversion, pt2 - - 2 - --- 2020-09-22 John Snow New
[12/16] qapi/expr.py: Add docstrings qapi: static typing conversion, pt2 - - 1 - --- 2020-09-22 John Snow New
[11/16] qapi/expr.py: enable pylint checks qapi: static typing conversion, pt2 - - 2 2 --- 2020-09-22 John Snow New
[10/16] qapi/expr.py: Remove single-letter variable qapi: static typing conversion, pt2 - - 2 - --- 2020-09-22 John Snow New
[09/16] qapi/expr.py: rewrite check_if qapi: static typing conversion, pt2 - - 2 1 --- 2020-09-22 John Snow New
[08/16] qapi/expr.py: add type hint annotations qapi: static typing conversion, pt2 - - 2 - --- 2020-09-22 John Snow New
[07/16] qapi/expr.py: Add casts in a few select cases qapi: static typing conversion, pt2 - - 2 - --- 2020-09-22 John Snow New
[06/16] qapi/expr.py: Check type of 'data' member qapi: static typing conversion, pt2 - - 1 - --- 2020-09-22 John Snow New
[05/16] qapi/expr.py: move string check upwards in check_type qapi: static typing conversion, pt2 - - 2 - --- 2020-09-22 John Snow New
[04/16] qapi/expr.py: Add assertion for union type 'check_dict' qapi: static typing conversion, pt2 - - 2 - --- 2020-09-22 John Snow New
[03/16] qapi/expr.py: constrain incoming expression types qapi: static typing conversion, pt2 - - 2 - --- 2020-09-22 John Snow New
[02/16] qapi/expr.py: Check for dict instead of OrderedDict qapi: static typing conversion, pt2 - - 2 - --- 2020-09-22 John Snow New
[01/16] qapi/expr.py: Remove 'info' argument from nested check_if_str qapi: static typing conversion, pt2 - - 2 - --- 2020-09-22 John Snow New
[v2,38/38] qapi/visit.py: add type hint annotations qapi: static typing conversion, pt1 - - 2 1 --- 2020-09-22 John Snow New
[v2,37/38] qapi/visit.py: remove unused parameters from gen_visit_object qapi: static typing conversion, pt1 - - 2 1 --- 2020-09-22 John Snow New
[v2,36/38] qapi/visit.py: assert tag_member contains a QAPISchemaEnumType qapi: static typing conversion, pt1 - - 2 - --- 2020-09-22 John Snow New
[v2,35/38] qapi/types.py: remove one-letter variables qapi: static typing conversion, pt1 - - 2 - --- 2020-09-22 John Snow New
[v2,34/38] qapi/types.py: add type hint annotations qapi: static typing conversion, pt1 - - 2 - --- 2020-09-22 John Snow New
[v2,33/38] qapi/introspect.py: add type hint annotations qapi: static typing conversion, pt1 - - - - --- 2020-09-22 John Snow New
[v2,32/38] qapi/introspect.py: create a typed 'Node' data structure qapi: static typing conversion, pt1 - - - - --- 2020-09-22 John Snow New
[v2,31/38] qapi/introspect.py: add _gen_features helper qapi: static typing conversion, pt1 - - 1 - --- 2020-09-22 John Snow New
[v2,30/38] qapi/introspect.py: Add a typed 'extra' structure qapi: static typing conversion, pt1 - - 1 - --- 2020-09-22 John Snow New
[v2,29/38] qapi/gen.py: delint with pylint qapi: static typing conversion, pt1 - - 2 - --- 2020-09-22 John Snow New
[v2,28/38] qapi/gen.py: update write() to be more idiomatic qapi: static typing conversion, pt1 - - 2 - --- 2020-09-22 John Snow New
[v2,27/38] qapi/gen.py: Remove unused parameter qapi: static typing conversion, pt1 - - 2 - --- 2020-09-22 John Snow New
[v2,26/38] qapi/gen.py: Enable checking with mypy qapi: static typing conversion, pt1 - - 2 1 --- 2020-09-22 John Snow New
[v2,25/38] qapi/gen.py: add type hint annotations qapi: static typing conversion, pt1 - - 2 - --- 2020-09-22 John Snow New
[v2,24/38] qapi/gen.py: Fix edge-case of _is_user_module qapi: static typing conversion, pt1 - - 1 - --- 2020-09-22 John Snow New
[v2,23/38] qapi/source.py: delint with pylint qapi: static typing conversion, pt1 - - 2 1 --- 2020-09-22 John Snow New
[v2,22/38] qapi/source.py: add type hint annotations qapi: static typing conversion, pt1 - - 1 - --- 2020-09-22 John Snow New
[v2,21/38] qapi/commands.py: enable checking with mypy qapi: static typing conversion, pt1 - - 2 - --- 2020-09-22 John Snow New
[v2,20/38] qapi/commands.py: add notational type hints qapi: static typing conversion, pt1 - - 2 - --- 2020-09-22 John Snow New
« 1 2 ... 23 24 2552 53 »