Re: [PATCH v3 27/30] scripts: apibuild: parse 'Since' for functions

2022-04-21 Thread Victor Toso
On Thu, Apr 21, 2022 at 01:56:19PM +0200, Peter Krempa wrote: > On Wed, Apr 20, 2022 at 21:08:16 +0200, Victor Toso wrote: > > This patch adds 'version' parameter to generated XML API for functions > > and functypes. > > > > The 'version' metadata has been added with e0e0bf6628 by parsing .syms >

Re: [PATCH v3 27/30] scripts: apibuild: parse 'Since' for functions

2022-04-21 Thread Peter Krempa
On Wed, Apr 20, 2022 at 21:08:16 +0200, Victor Toso wrote: > This patch adds 'version' parameter to generated XML API for functions > and functypes. > > The 'version' metadata has been added with e0e0bf6628 by parsing .syms > files. This commit does not override that but it will warn if there is >

[PATCH v3 27/30] scripts: apibuild: parse 'Since' for functions

2022-04-20 Thread Victor Toso
This patch adds 'version' parameter to generated XML API for functions and functypes. The 'version' metadata has been added with e0e0bf6628 by parsing .syms files. This commit does not override that but it will warn if there is not 'Since' metadata with new additions. There is not clear benefit f