Re: [PATCH v7 00/10] qapi: untie 'if' conditions from C preprocessor

2021-08-06 Thread Markus Armbruster
Markus Armbruster writes: > marcandre.lur...@redhat.com writes: > >> From: Marc-André Lureau >> >> Hi, >> >> This series makes the 'if' conditions less liberal, by formalizing a simple >> expression tree based on bare boolean logic of configure option identifiers. >> >> (this allows to express c

Re: [PATCH v7 00/10] qapi: untie 'if' conditions from C preprocessor

2021-08-05 Thread Markus Armbruster
marcandre.lur...@redhat.com writes: > From: Marc-André Lureau > > Hi, > > This series makes the 'if' conditions less liberal, by formalizing a simple > expression tree based on bare boolean logic of configure option identifiers. > > (this allows to express conditions in Rust in my QAPI-Rust PoC s

[PATCH v7 00/10] qapi: untie 'if' conditions from C preprocessor

2021-08-04 Thread marcandre . lureau
From: Marc-André Lureau Hi, This series makes the 'if' conditions less liberal, by formalizing a simple expression tree based on bare boolean logic of configure option identifiers. (this allows to express conditions in Rust in my QAPI-Rust PoC series) thanks v7: after Markus review - use is_