Re: [PATCH] CODING_STYLE: Add a section of the naming convention

2023-12-07 Thread Julien Grall
Hi George, On 06/12/2023 16:22, George Dunlap wrote: On Wed, Dec 6, 2023 at 11:22 AM Julien Grall wrote: Hi, On 06/12/2023 11:19, Andrew Cooper wrote: On 06/12/2023 8:41 am, Jan Beulich wrote: On 06.12.2023 03:21, George Dunlap wrote: On Tue, Dec 5, 2023 at 6:12 PM Julien Grall wrote: F

Re: [PATCH] CODING_STYLE: Add a section of the naming convention

2023-12-06 Thread George Dunlap
On Wed, Dec 6, 2023 at 11:22 AM Julien Grall wrote: > > Hi, > > On 06/12/2023 11:19, Andrew Cooper wrote: > > On 06/12/2023 8:41 am, Jan Beulich wrote: > >> On 06.12.2023 03:21, George Dunlap wrote: > >>> On Tue, Dec 5, 2023 at 6:12 PM Julien Grall wrote: > From: Julien Grall > >

Re: [PATCH] CODING_STYLE: Add a section of the naming convention

2023-12-06 Thread Julien Grall
Hi, On 06/12/2023 11:19, Andrew Cooper wrote: On 06/12/2023 8:41 am, Jan Beulich wrote: On 06.12.2023 03:21, George Dunlap wrote: On Tue, Dec 5, 2023 at 6:12 PM Julien Grall wrote: From: Julien Grall Several maintainers have expressed a stronger preference to use '-' when in filename and o

Re: [PATCH] CODING_STYLE: Add a section of the naming convention

2023-12-06 Thread Andrew Cooper
On 06/12/2023 8:41 am, Jan Beulich wrote: > On 06.12.2023 03:21, George Dunlap wrote: >> On Tue, Dec 5, 2023 at 6:12 PM Julien Grall wrote: >>> From: Julien Grall >>> >>> Several maintainers have expressed a stronger preference >>> to use '-' when in filename and option that contains multiple >>>

Re: [PATCH] CODING_STYLE: Add a section of the naming convention

2023-12-06 Thread Jan Beulich
On 06.12.2023 03:21, George Dunlap wrote: > On Tue, Dec 5, 2023 at 6:12 PM Julien Grall wrote: >> >> From: Julien Grall >> >> Several maintainers have expressed a stronger preference >> to use '-' when in filename and option that contains multiple >> words. >> >> So document it in CODING_STYLE. >

Re: [PATCH] CODING_STYLE: Add a section of the naming convention

2023-12-05 Thread George Dunlap
On Tue, Dec 5, 2023 at 6:12 PM Julien Grall wrote: > > From: Julien Grall > > Several maintainers have expressed a stronger preference > to use '-' when in filename and option that contains multiple > words. > > So document it in CODING_STYLE. > > Signed-off-by: Julien Grall > > --- > Change

[PATCH] CODING_STYLE: Add a section of the naming convention

2023-12-05 Thread Julien Grall
From: Julien Grall Several maintainers have expressed a stronger preference to use '-' when in filename and option that contains multiple words. So document it in CODING_STYLE. Signed-off-by: Julien Grall --- Changes in v2: - New wording - Update the section title

Re: [PATCH] CODING_STYLE: Add a section of the naming convention

2023-12-04 Thread Jan Beulich
On 04.12.2023 20:05, Julien Grall wrote: > On 04/12/2023 09:39, Jan Beulich wrote: >> On 01.12.2023 19:49, Julien Grall wrote: >>> +Naming convention >>> +- >>> + >>> +'-' should be used to separate words in commandline options and filenames. >>> +E.g. timer-works. >>> + >>> +Note t

Re: [PATCH] CODING_STYLE: Add a section of the naming convention

2023-12-04 Thread Julien Grall
Hi Jan, On 04/12/2023 09:39, Jan Beulich wrote: On 01.12.2023 19:49, Julien Grall wrote: +Naming convention +- + +'-' should be used to separate words in commandline options and filenames. +E.g. timer-works. + +Note that some of the options and filenames are using '_'. This is n

Re: [PATCH] CODING_STYLE: Add a section of the naming convention

2023-12-04 Thread Luca Fancellu
> On 4 Dec 2023, at 11:31, Julien Grall wrote: > > Hi Luca, > > On 04/12/2023 11:20, Luca Fancellu wrote: >>> On 1 Dec 2023, at 18:49, Julien Grall wrote: >>> >>> >>> >>> On 01/12/2023 18:47, Julien Grall wrote: From: Julien Grall Several maintainers have expressed a stronger pr

Re: [PATCH] CODING_STYLE: Add a section of the naming convention

2023-12-04 Thread Julien Grall
Hi Luca, On 04/12/2023 11:20, Luca Fancellu wrote: On 1 Dec 2023, at 18:49, Julien Grall wrote: On 01/12/2023 18:47, Julien Grall wrote: From: Julien Grall Several maintainers have expressed a stronger preference to use '-' when in filename and option that contains multiple words. So do

Re: [PATCH] CODING_STYLE: Add a section of the naming convention

2023-12-04 Thread Luca Fancellu
> On 1 Dec 2023, at 18:49, Julien Grall wrote: > > > > On 01/12/2023 18:47, Julien Grall wrote: >> From: Julien Grall >> Several maintainers have expressed a stronger preference >> to use '-' when in filename and option that contains multiple >> words. >> So document it in CODING_STYLE. >> S

Re: [PATCH] CODING_STYLE: Add a section of the naming convention

2023-12-04 Thread Jan Beulich
On 01.12.2023 19:49, Julien Grall wrote: > +Naming convention > +- > + > +'-' should be used to separate words in commandline options and filenames. > +E.g. timer-works. > + > +Note that some of the options and filenames are using '_'. This is now > +deprecated. I certainly appreci

Re: [PATCH] CODING_STYLE: Add a section of the naming convention

2023-12-01 Thread Julien Grall
On 01/12/2023 18:47, Julien Grall wrote: From: Julien Grall Several maintainers have expressed a stronger preference to use '-' when in filename and option that contains multiple words. So document it in CODING_STYLE. Signed-off-by: Julien Grall --- CODING_STYLE | 9 + 1 file c

[PATCH] CODING_STYLE: Add a section of the naming convention

2023-12-01 Thread Julien Grall
From: Julien Grall Several maintainers have expressed a stronger preference to use '-' when in filename and option that contains multiple words. So document it in CODING_STYLE. Signed-off-by: Julien Grall --- CODING_STYLE | 9 + 1 file changed, 9 insertions(+) diff --git a/CODING_STY