From: Markus Armbruster <armbru@redhat.com>
To: marcandre.lureau@redhat.com
Cc: jsnow@redhat.com, qemu-devel@nongnu.org
Subject: Re: [PATCH v7 06/10] qapi: replace if condition list with dict {'all': [...]}
Date: Thu, 05 Aug 2021 18:06:04 +0200 [thread overview]
Message-ID: <8735rn511v.fsf@dusky.pond.sub.org> (raw)
In-Reply-To: <87y29g6mak.fsf@dusky.pond.sub.org> (Markus Armbruster's message of "Thu, 05 Aug 2021 15:41:55 +0200")
Markus Armbruster <armbru@redhat.com> writes:
> marcandre.lureau@redhat.com writes:
>
>> From: Marc-André Lureau <marcandre.lureau@redhat.com>
>>
>> Replace the simple list sugar form with a recursive structure that will
>> accept other operators in the following commits (all, any or not).
>>
>> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
[...]
>> diff --git a/scripts/qapi/expr.py b/scripts/qapi/expr.py
>> index cf98923fa6..b5187bfbca 100644
>> --- a/scripts/qapi/expr.py
>> +++ b/scripts/qapi/expr.py
>> @@ -259,14 +259,12 @@ def check_flags(expr: _JSONObject, info: QAPISourceInfo) -> None:
>>
>> def check_if(expr: _JSONObject, info: QAPISourceInfo, source: str) -> None:
>> """
>> - Normalize and validate the ``if`` member of an object.
>> + Validate the ``if`` member of an object.
>>
>> - The ``if`` member may be either a ``str`` or a ``List[str]``.
>> - A ``str`` value will be normalized to ``List[str]``.
>> + The ``if`` member may be either a ``str`` or a dict.
>>
>> :forms:
>> - :sugared: ``Union[str, List[str]]``
>> - :canonical: ``List[str]``
>> + :canonical: ``Union[str, dict]``
>
> John hasn't answered my question whether :forms: makes sensw without
> :sugared:. If it doesn't, I can drop it in my tree.
We have a bunch of check_FOO(). Some normalize, and have :forms:. Some
don't, and don't have :forms:. This patch changes check_if() not to
normalize. So far, it leaves a degenerate :forms: behind. Let's drop
it. Can do in my tree.
[...]
next prev parent reply other threads:[~2021-08-05 16:25 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-04 8:30 [PATCH v7 00/10] qapi: untie 'if' conditions from C preprocessor marcandre.lureau
2021-08-04 8:30 ` [PATCH v7 01/10] docs: update the documentation upfront about schema configuration marcandre.lureau
2021-08-04 8:30 ` [PATCH v7 02/10] qapi: wrap Sequence[str] in an object marcandre.lureau
2021-08-04 8:30 ` [PATCH v7 03/10] qapi: add QAPISchemaIfCond.is_present() marcandre.lureau
2021-08-04 8:30 ` [PATCH v7 04/10] qapi: introduce QAPISchemaIfCond.cgen() marcandre.lureau
2021-08-05 11:53 ` Markus Armbruster
2021-08-04 8:31 ` [PATCH v7 05/10] qapidoc: introduce QAPISchemaIfCond.docgen() marcandre.lureau
2021-08-05 11:55 ` Markus Armbruster
2021-08-05 12:02 ` Marc-André Lureau
2021-08-05 17:34 ` Markus Armbruster
2021-08-04 8:31 ` [PATCH v7 06/10] qapi: replace if condition list with dict {'all': [...]} marcandre.lureau
2021-08-05 13:41 ` Markus Armbruster
2021-08-05 14:00 ` Marc-André Lureau
2021-08-05 16:06 ` Markus Armbruster [this message]
2021-08-05 15:14 ` Markus Armbruster
2021-08-04 8:31 ` [PATCH v7 07/10] qapi: add 'any' condition marcandre.lureau
2021-08-04 8:31 ` [PATCH v7 08/10] qapi: Use 'if': { 'any': ... } where appropriate marcandre.lureau
2021-08-05 13:56 ` Markus Armbruster
2021-08-05 14:41 ` Marc-André Lureau
2021-08-06 6:48 ` Markus Armbruster
2021-08-04 8:31 ` [PATCH v7 09/10] qapi: add 'not' condition operation marcandre.lureau
2021-08-06 6:52 ` Markus Armbruster
2021-08-04 8:31 ` [PATCH v7 10/10] qapi: make 'if' condition strings simple identifiers marcandre.lureau
2021-08-05 19:21 ` Eric Blake
2021-08-05 17:36 ` [PATCH v7 00/10] qapi: untie 'if' conditions from C preprocessor Markus Armbruster
2021-08-07 6:05 ` Markus Armbruster
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8735rn511v.fsf@dusky.pond.sub.org \
--to=armbru@redhat.com \
--cc=jsnow@redhat.com \
--cc=marcandre.lureau@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.