Re: [PATCH v6 03/36] qapi-gen: Separate arg-parsing from generation

2020-10-19 Thread Markus Armbruster
John Snow writes: > On 10/9/20 1:26 PM, Markus Armbruster wrote: >> John Snow writes: >> >>> This is a minor re-work of the entrypoint script. It isolates a >> entrypoint is not a word ;-P >> > > I'm not entirely sure why a German is complaining about the birth of a > new and beautiful compou

Re: [PATCH v6 03/36] qapi-gen: Separate arg-parsing from generation

2020-10-12 Thread John Snow
On 10/9/20 1:26 PM, Markus Armbruster wrote: John Snow writes: This is a minor re-work of the entrypoint script. It isolates a entrypoint is not a word ;-P I'm not entirely sure why a German is complaining about the birth of a new and beautiful compound noun. (I started to make sure I

Re: [PATCH v6 03/36] qapi-gen: Separate arg-parsing from generation

2020-10-09 Thread Markus Armbruster
John Snow writes: > This is a minor re-work of the entrypoint script. It isolates a entrypoint is not a word ;-P > generate() method from the actual command-line mechanism. > > Signed-off-by: John Snow > Reviewed-by: Eduardo Habkost > Reviewed-by: Cleber Rosa > Tested-by: Cleber Rosa > ---

[PATCH v6 03/36] qapi-gen: Separate arg-parsing from generation

2020-10-09 Thread John Snow
This is a minor re-work of the entrypoint script. It isolates a generate() method from the actual command-line mechanism. Signed-off-by: John Snow Reviewed-by: Eduardo Habkost Reviewed-by: Cleber Rosa Tested-by: Cleber Rosa --- scripts/qapi-gen.py | 89 ++--