Re: [PATCH v3 02/30] syntax-check: prohibit_virXXXFree: skip strings

2022-04-21 Thread Victor Toso
Hi, On Thu, Apr 21, 2022 at 02:02:25PM +0200, Peter Krempa wrote: > On Wed, Apr 20, 2022 at 21:07:51 +0200, Victor Toso wrote: > > We should allow strings (not the functions) in the format of > > "virDomainFree" and friends. > > > > This fixes an error in latter commit "scripts: apibuild: parse >

Re: [PATCH v3 02/30] syntax-check: prohibit_virXXXFree: skip strings

2022-04-21 Thread Peter Krempa
On Wed, Apr 20, 2022 at 21:07:51 +0200, Victor Toso wrote: > We should allow strings (not the functions) in the format of > "virDomainFree" and friends. > > This fixes an error in latter commit "scripts: apibuild: parse > 'Since' for functions" as it uses this function names as keys > in a diction

[PATCH v3 02/30] syntax-check: prohibit_virXXXFree: skip strings

2022-04-20 Thread Victor Toso
We should allow strings (not the functions) in the format of "virDomainFree" and friends. This fixes an error in latter commit "scripts: apibuild: parse 'Since' for functions" as it uses this function names as keys in a dictionary. Fixes: | ... | prohibit_virXXXFree | libvirt/scripts/apibui