Re: Coccinelle: Rename the script for a transformation of memory allocations

2018-01-04 Thread SF Markus Elfring
>> Would you find the file name selection “zalloc-extra_changes1.cocci” >> acceptable? > > No. Next try then … > I do't know what the extra changes are This script for the semantic patch language was designed in the way that more source code would be adjusted (or just reformatted) than I see

Re: Coccinelle: Rename the script for a transformation of memory allocations

2018-01-04 Thread Julia Lawall
On Thu, 4 Jan 2018, SF Markus Elfring wrote: > >> Would you insist to replace such “special characters” by dashes or > >> underscores? > > > > Yes. But I will also nack any very long name. > > Would you find the the file name selection “zalloc-extra_changes1.cocci” > acceptable? No. I do't

Re: Coccinelle: Rename the script for a transformation of memory allocations

2018-01-04 Thread SF Markus Elfring
>> Would you insist to replace such “special characters” by dashes or >> underscores? > > Yes. But I will also nack any very long name. Would you find the the file name selection “zalloc-extra_changes1.cocci” acceptable? Regards, Markus

Re: Coccinelle: Rename the script for a transformation of memory allocations

2018-01-03 Thread SF Markus Elfring
>> Would you insist to replace such “special characters” by dashes or >> underscores? > > Yes. But I will also nack any very long name. Will any other artificial identifier become appropriate if it would be too hard to achieve consensus on a more meaningful description in the file name? Regard

Re: Coccinelle: Rename the script for a transformation of memory allocations

2018-01-03 Thread Julia Lawall
On Wed, 3 Jan 2018, SF Markus Elfring wrote: > >> How would you like to express the provided functionality in a > >> “permanent” file name? > > > > I have not idea what a permanent file name is. > > Are you used to the selection of permalinks? > > > > The current name could be better without the

Re: Coccinelle: Rename the script for a transformation of memory allocations

2018-01-03 Thread SF Markus Elfring
>> How would you like to express the provided functionality in a >> “permanent” file name? > > I have not idea what a permanent file name is. Are you used to the selection of permalinks? > The current name could be better without the leading k, > but otherwise I think it is fine. I suggest to

Re: Coccinelle: Rename the script for a transformation of memory allocations

2018-01-03 Thread Julia Lawall
On Wed, 3 Jan 2018, SF Markus Elfring wrote: > >> rename from scripts/coccinelle/api/alloc/kzalloc-simple.cocci > >> rename to scripts/coccinelle/api/alloc/use zalloc functions with extra > >> changes.cocci > > > > NACK. > > It seems that we need a few more tries to achieve the desired consensu

Re: Coccinelle: Rename the script for a transformation of memory allocations

2018-01-03 Thread SF Markus Elfring
>> rename from scripts/coccinelle/api/alloc/kzalloc-simple.cocci >> rename to scripts/coccinelle/api/alloc/use zalloc functions with extra >> changes.cocci > > NACK. It seems that we need a few more tries to achieve the desired consensus. > The name is too long How would you like to express t

Re: [PATCH] Coccinelle: Rename the script for a transformation of memory allocations

2018-01-03 Thread Julia Lawall
On Wed, 3 Jan 2018, SF Markus Elfring wrote: > From: Markus Elfring > Date: Wed, 3 Jan 2018 12:43:45 +0100 > > A script for the semantic patch language was extended > in a significant way. > An other file name is more appropriate then to indicate > the provided functionality. Thus rename this f

[PATCH] Coccinelle: Rename the script for a transformation of memory allocations

2018-01-03 Thread SF Markus Elfring
From: Markus Elfring Date: Wed, 3 Jan 2018 12:43:45 +0100 A script for the semantic patch language was extended in a significant way. An other file name is more appropriate then to indicate the provided functionality. Thus rename this file. Signed-off-by: Markus Elfring --- ...kzalloc-simple.c