Re: [PATCH] scripts/coccinelle: modernize

2016-02-19 Thread Michal Marek
On 2016-02-18 00:47, Nishanth Menon wrote: > On 02/17/2016 05:16 PM, Julia Lawall wrote: >> & is no longer allowed in column 0, since Coccinelle 1.0.4. >> >> Signed-off-by: Julia Lawall [...] > Verified with: > spatch --version > spatch byte-code version

Re: [PATCH] scripts/coccinelle: modernize

2016-02-19 Thread Michal Marek
On 2016-02-18 00:47, Nishanth Menon wrote: > On 02/17/2016 05:16 PM, Julia Lawall wrote: >> & is no longer allowed in column 0, since Coccinelle 1.0.4. >> >> Signed-off-by: Julia Lawall [...] > Verified with: > spatch --version > spatch byte-code version 1.0.4-00118-gc7cf750d1c44 compiled with

Re: [PATCH] scripts/coccinelle: modernize

2016-02-19 Thread SF Markus Elfring
> & is no longer allowed in column 0, since Coccinelle 1.0.4. This information corresponds to the support for handling of conjunctions in the semantic patch language which was added with the software release "Coccinelle 1.0.3". https://systeme.lip6.fr/pipermail/cocci/2015-October/002634.html >

Re: [PATCH] scripts/coccinelle: modernize

2016-02-19 Thread SF Markus Elfring
> & is no longer allowed in column 0, since Coccinelle 1.0.4. This information corresponds to the support for handling of conjunctions in the semantic patch language which was added with the software release "Coccinelle 1.0.3". https://systeme.lip6.fr/pipermail/cocci/2015-October/002634.html >

Re: [PATCH] scripts/coccinelle: modernize

2016-02-17 Thread Julia Lawall
On Wed, 17 Feb 2016, Nishanth Menon wrote: > On 02/17/2016 05:16 PM, Julia Lawall wrote: > > & is no longer allowed in column 0, since Coccinelle 1.0.4. > > > > Signed-off-by: Julia Lawall > > > > --- > > scripts/coccinelle/iterators/use_after_iter.cocci |2 +- > > 1

Re: [PATCH] scripts/coccinelle: modernize

2016-02-17 Thread Julia Lawall
On Wed, 17 Feb 2016, Nishanth Menon wrote: > On 02/17/2016 05:16 PM, Julia Lawall wrote: > > & is no longer allowed in column 0, since Coccinelle 1.0.4. > > > > Signed-off-by: Julia Lawall > > > > --- > > scripts/coccinelle/iterators/use_after_iter.cocci |2 +- > > 1 file changed, 1

Re: [PATCH] scripts/coccinelle: modernize

2016-02-17 Thread Nishanth Menon
On 02/17/2016 05:16 PM, Julia Lawall wrote: > & is no longer allowed in column 0, since Coccinelle 1.0.4. > > Signed-off-by: Julia Lawall > > --- > scripts/coccinelle/iterators/use_after_iter.cocci |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

Re: [PATCH] scripts/coccinelle: modernize

2016-02-17 Thread Nishanth Menon
On 02/17/2016 05:16 PM, Julia Lawall wrote: > & is no longer allowed in column 0, since Coccinelle 1.0.4. > > Signed-off-by: Julia Lawall > > --- > scripts/coccinelle/iterators/use_after_iter.cocci |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

[PATCH] scripts/coccinelle: modernize

2016-02-17 Thread Julia Lawall
& is no longer allowed in column 0, since Coccinelle 1.0.4. Signed-off-by: Julia Lawall --- scripts/coccinelle/iterators/use_after_iter.cocci |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/coccinelle/iterators/use_after_iter.cocci

[PATCH] scripts/coccinelle: modernize

2016-02-17 Thread Julia Lawall
& is no longer allowed in column 0, since Coccinelle 1.0.4. Signed-off-by: Julia Lawall --- scripts/coccinelle/iterators/use_after_iter.cocci |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/coccinelle/iterators/use_after_iter.cocci