cocci.inria.fr archive mirror
 help / color / mirror / Atom feed
From: Markus Elfring <Markus.Elfring@web.de>
To: Coccinelle <cocci@systeme.lip6.fr>
Subject: [Cocci] Adjusting SmPL script “tests/nest3.cocci”?
Date: Wed, 11 Sep 2019 08:51:05 +0200	[thread overview]
Message-ID: <dfc2d794-93b6-4f9c-a6c9-9af6b8708f9b@web.de> (raw)

Hello,

I have taken another look at a script for the semantic patch language.
https://github.com/coccinelle/coccinelle/blob/560c3d02e2085e83e9bcd40842eec7e774140131/tests/nest3.cocci

Can the following code variant be a bit nicer?
(Would you like to avoid the message “warning: rule starting on line 1:
metavariable func not used in the - or context code”?)

@@
identifier f, i;
@@
- int i;
  <... when != i
- for (i = ...; i < ...; i++) f(...);
+ f(1);
  ...>


Regards,
Markus
_______________________________________________
Cocci mailing list
Cocci@systeme.lip6.fr
https://systeme.lip6.fr/mailman/listinfo/cocci

             reply	other threads:[~2019-09-11  6:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-11  6:51 Markus Elfring [this message]
2019-09-11  8:28 ` [Cocci] Adjusting SmPL script “tests/nest3.cocci”? Julia Lawall

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=dfc2d794-93b6-4f9c-a6c9-9af6b8708f9b@web.de \
    --to=markus.elfring@web.de \
    --cc=cocci@systeme.lip6.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).