Re: [libvirt PATCH] scripts: fix API parsing of *** pointers

2021-09-21 Thread Michal Prívozník
On 9/20/21 6:27 PM, Daniel P. Berrangé wrote: > The currrent generated API contains *** pointer types with bogus > whitespace in the middle: > > > > because the tokenizer only tries to merge 2 distinct '*' together. > This refactors the code to merge an arbitrary number, resulting > in > >

[libvirt PATCH] scripts: fix API parsing of *** pointers

2021-09-20 Thread Daniel P . Berrangé
The currrent generated API contains *** pointer types with bogus whitespace in the middle: because the tokenizer only tries to merge 2 distinct '*' together. This refactors the code to merge an arbitrary number, resulting in Signed-off-by: Daniel P. Berrangé --- scripts/apibuild.py |