Re: [PATCH v3 4/9] qapi: introduce IfPredicateList and IfAny

2021-05-17 Thread John Snow
On 5/17/21 7:18 AM, Marc-André Lureau wrote: No, just the sake of doing things iteratively. ACK, Understood! --js

Re: [PATCH v3 4/9] qapi: introduce IfPredicateList and IfAny

2021-05-17 Thread Marc-André Lureau
Hi On Thu, May 13, 2021 at 3:26 AM John Snow wrote: > On 4/29/21 9:40 AM, marcandre.lur...@redhat.com wrote: > > From: Marc-André Lureau > > > > Refactor IfAll class, to introduce a base class IfPredicateList and add > > IfAny for the 'any' conditions. > > > > Signed-off-by: Marc-André Lureau

Re: [PATCH v3 4/9] qapi: introduce IfPredicateList and IfAny

2021-05-12 Thread John Snow
On 4/29/21 9:40 AM, marcandre.lur...@redhat.com wrote: From: Marc-André Lureau Refactor IfAll class, to introduce a base class IfPredicateList and add IfAny for the 'any' conditions. Signed-off-by: Marc-André Lureau --- scripts/qapi/common.py | 32 +++- 1 file

[PATCH v3 4/9] qapi: introduce IfPredicateList and IfAny

2021-04-29 Thread marcandre . lureau
From: Marc-André Lureau Refactor IfAll class, to introduce a base class IfPredicateList and add IfAny for the 'any' conditions. Signed-off-by: Marc-André Lureau --- scripts/qapi/common.py | 32 +++- 1 file changed, 27 insertions(+), 5 deletions(-) diff --git