On 4/25/21 3:54 AM, Markus Armbruster wrote:
John Snow writes:
Mypy cannot generally understand that these regex functions cannot
possibly fail. Add a _nofail helper that clarifies this for mypy.
Convention wants a blank line here.
Tooling failure.
stg pop -a
while stg push; and stg edit
John Snow writes:
> Mypy cannot generally understand that these regex functions cannot
> possibly fail. Add a _nofail helper that clarifies this for mypy.
Convention wants a blank line here.
> Signed-off-by: John Snow
> ---
> scripts/qapi/common.py | 8 +++-
> scripts/qapi/main.py | 6
Mypy cannot generally understand that these regex functions cannot
possibly fail. Add a _nofail helper that clarifies this for mypy.
Signed-off-by: John Snow
---
scripts/qapi/common.py | 8 +++-
scripts/qapi/main.py | 6 ++
scripts/qapi/parser.py | 13 +++--
3 files changed, 1