Re: [PATCH] scripts/qapi: minor delinting

2022-02-14 Thread Markus Armbruster
John Snow writes: > On Fri, Feb 11, 2022 at 12:11 PM John Snow wrote: >> >> On Fri, Feb 11, 2022 at 6:58 AM Markus Armbruster wrote: [...] >> > Several of the names in scripts/qapi/pylintrc's good-names don't >> > actually occur in the code. >> > >> > Could I persuade you to replace it with s

Re: [PATCH] scripts/qapi: minor delinting

2022-02-11 Thread John Snow
On Fri, Feb 11, 2022 at 12:11 PM John Snow wrote: > > On Fri, Feb 11, 2022 at 6:58 AM Markus Armbruster wrote: > > > > John Snow writes: > > > > > On Thu, Feb 10, 2022 at 10:56 AM Markus Armbruster > > > wrote: > > >> > > >> John Snow writes: > > >> > > >> > Just cleaning up some cobwebs. > >

Re: [PATCH] scripts/qapi: minor delinting

2022-02-11 Thread John Snow
On Fri, Feb 11, 2022 at 6:58 AM Markus Armbruster wrote: > > John Snow writes: > > > On Thu, Feb 10, 2022 at 10:56 AM Markus Armbruster > > wrote: > >> > >> John Snow writes: > >> > >> > Just cleaning up some cobwebs. > >> > > >> > Signed-off-by: John Snow > >> > --- > >> > scripts/qapi/comm

Re: [PATCH] scripts/qapi: minor delinting

2022-02-11 Thread Markus Armbruster
John Snow writes: > On Thu, Feb 10, 2022 at 10:56 AM Markus Armbruster wrote: >> >> John Snow writes: >> >> > Just cleaning up some cobwebs. >> > >> > Signed-off-by: John Snow >> > --- >> > scripts/qapi/commands.py | 2 +- >> > scripts/qapi/events.py | 6 +++--- >> > scripts/qapi/types.py

Re: [PATCH] scripts/qapi: minor delinting

2022-02-10 Thread Markus Armbruster
John Snow writes: > Just cleaning up some cobwebs. > > Signed-off-by: John Snow > --- > scripts/qapi/commands.py | 2 +- > scripts/qapi/events.py | 6 +++--- > scripts/qapi/types.py| 6 +- > scripts/qapi/visit.py| 6 +- > 4 files changed, 14 insertions(+), 6 deletions(-) > > d

Re: [PATCH] scripts/qapi: minor delinting

2022-02-10 Thread John Snow
On Thu, Feb 10, 2022 at 10:56 AM Markus Armbruster wrote: > > John Snow writes: > > > Just cleaning up some cobwebs. > > > > Signed-off-by: John Snow > > --- > > scripts/qapi/commands.py | 2 +- > > scripts/qapi/events.py | 6 +++--- > > scripts/qapi/types.py| 6 +- > > scripts/qapi/v

[PATCH] scripts/qapi: minor delinting

2022-02-04 Thread John Snow
Just cleaning up some cobwebs. Signed-off-by: John Snow --- scripts/qapi/commands.py | 2 +- scripts/qapi/events.py | 6 +++--- scripts/qapi/types.py| 6 +- scripts/qapi/visit.py| 6 +- 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/scripts/qapi/commands.py b/s