qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] d27e7c: qapi/parser: Drop two bad type hints


From: Alex Bennée
Subject: [Qemu-commits] [qemu/qemu] d27e7c: qapi/parser: Drop two bad type hints for now
Date: Wed, 17 May 2023 12:14:08 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: d27e7c359330ba7020bdbed7ed2316cb4cf6ffc1
      
https://github.com/qemu/qemu/commit/d27e7c359330ba7020bdbed7ed2316cb4cf6ffc1
  Author: Markus Armbruster <armbru@redhat.com>
  Date:   2023-05-17 (Wed, 17 May 2023)

  Changed paths:
    M scripts/qapi/parser.py

  Log Message:
  -----------
  qapi/parser: Drop two bad type hints for now

Two type hints fail centos-stream-8-x86_64 CI.  They are actually
broken.  Changing them to Optional[re.Match[str]] fixes them locally
for me, but then CI fails differently.  Drop them for now.

Fixes: 3e32dca3f0d1 (qapi: Rewrite parsing of doc comment section symbols and 
tags)
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20230517061600.1782455-1-armbru@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Tested-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]