Re: [PATCH v6 02/11] qapi: wrap Sequence[str] in an object

2021-08-06 Thread Markus Armbruster
Marc-André Lureau writes: > Hi > > On Mon, Aug 2, 2021 at 1:21 PM Markus Armbruster wrote: > >> marcandre.lur...@redhat.com writes: >> >> > From: Marc-André Lureau >> > >> > Except for the special casing assert in _make_implicit_object_type(), >> > which needs to handle schema objects, it's a m

Re: [PATCH v6 02/11] qapi: wrap Sequence[str] in an object

2021-08-05 Thread Markus Armbruster
Marc-André Lureau writes: > Hi > > On Mon, Aug 2, 2021 at 1:21 PM Markus Armbruster wrote: > >> marcandre.lur...@redhat.com writes: >> >> > From: Marc-André Lureau >> > >> > Except for the special casing assert in _make_implicit_object_type(), >> > which needs to handle schema objects, it's a m

Re: [PATCH v6 02/11] qapi: wrap Sequence[str] in an object

2021-08-04 Thread Marc-André Lureau
Hi On Mon, Aug 2, 2021 at 1:21 PM Markus Armbruster wrote: > marcandre.lur...@redhat.com writes: > > > From: Marc-André Lureau > > > > Except for the special casing assert in _make_implicit_object_type(), > > which needs to handle schema objects, it's a mechanical change. > > > > Signed-off-by:

Re: [PATCH v6 02/11] qapi: wrap Sequence[str] in an object

2021-08-03 Thread John Snow
On Mon, Aug 2, 2021 at 5:21 AM Markus Armbruster wrote: > marcandre.lur...@redhat.com writes: > > > From: Marc-André Lureau > > > > Except for the special casing assert in _make_implicit_object_type(), > > which needs to handle schema objects, it's a mechanical change. > > > > Signed-off-by: Mar

Re: [PATCH v6 02/11] qapi: wrap Sequence[str] in an object

2021-08-02 Thread Markus Armbruster
marcandre.lur...@redhat.com writes: > From: Marc-André Lureau > > Except for the special casing assert in _make_implicit_object_type(), > which needs to handle schema objects, it's a mechanical change. > > Signed-off-by: Marc-André Lureau > --- > docs/sphinx/qapidoc.py | 10 +++--- > sc

[PATCH v6 02/11] qapi: wrap Sequence[str] in an object

2021-06-18 Thread marcandre . lureau
From: Marc-André Lureau Except for the special casing assert in _make_implicit_object_type(), which needs to handle schema objects, it's a mechanical change. Signed-off-by: Marc-André Lureau --- docs/sphinx/qapidoc.py | 10 +++--- scripts/qapi/commands.py | 4 +-- scripts/qapi/e