Re: [PATCH 03/14] qapi/doc.py: Add assertion on section.member

2020-09-23 Thread Eduardo Habkost
On Tue, Sep 22, 2020 at 05:17:51PM -0400, John Snow wrote: > Similarly to other cases, we lack the power at the moment to express > that a specific member is constrained to a certain containing type. Add > an assertion before we use properties specific to that type. > > Signed-off-by: John Snow

[PATCH 03/14] qapi/doc.py: Add assertion on section.member

2020-09-22 Thread John Snow
Similarly to other cases, we lack the power at the moment to express that a specific member is constrained to a certain containing type. Add an assertion before we use properties specific to that type. Signed-off-by: John Snow --- scripts/qapi/doc.py | 20 1 file changed, 12