Re: [PATCH v3 07/47] qapi-gen: Separate arg-parsing from generation

2020-09-28 Thread Cleber Rosa
On Thu, Sep 24, 2020 at 08:28:20PM -0400, John Snow wrote: > This is a minor re-work of the entrypoint script. It isolates a > generate() method from the actual command-line mechanism. > > The regex match error checking was modified slightly to check that we > actually got a regex match. > >

[PATCH v3 07/47] qapi-gen: Separate arg-parsing from generation

2020-09-24 Thread John Snow
This is a minor re-work of the entrypoint script. It isolates a generate() method from the actual command-line mechanism. The regex match error checking was modified slightly to check that we actually got a regex match. Signed-off-by: John Snow Reviewed-by: Eduardo Habkost ---