bug-gnulib@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
From: Darshit Shah <darnir@gnu.org>
To: bug-gnulib@gnu.org
Subject: sc_prohibit_magic_number_exit false positive on string
Date: Sun, 8 Sep 2019 14:56:19 +0200	[thread overview]
Message-ID: <20190908125619.qabhrayjeeium3du@tardis.localdomain> (raw)

[-- Attachment #1: Type: text/plain, Size: 680 bytes --]

I just realized that the syntax check rule sc_prohibit_magic_number_exit will
cause a false positive when it finds the relevant tokens within a string as
well.

For example, in Wget, we have the following snippet in our tests which trips
this rule:

> WGET_TEST_EXPECTED_FILES, &(wget_test_file_t []) {
> 	{ "exit-status.txt", "exit(8)\n" },
> 	{	NULL } },

I made a very tiny change to the rule in maint.mk(L408) to account for this:

-exclude='exit \(77\)|error ?\(((0|77),|[^,]*)'		\
+exclude='exit \(77\)|error ?\(((0|77),|[^,]*)|"(usage|exit|error).*"'		\

-- 
Thanking You,
Darshit Shah
PGP Fingerprint: 7845 120B 07CB D8D6 ECE5 FF2B 2A17 43ED A91A 35B6

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 894 bytes --]

             reply	other threads:[~2019-09-08 13:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-08 12:56 Darshit Shah [this message]
2019-09-08 15:19 ` sc_prohibit_magic_number_exit false positive on string Jim Meyering
2019-09-11 16:23   ` Darshit Shah

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

  List information: https://lists.gnu.org/mailman/listinfo/bug-gnulib

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

  git send-email \
    --in-reply-to=20190908125619.qabhrayjeeium3du@tardis.localdomain \
    --to=darnir@gnu.org \
    --cc=bug-gnulib@gnu.org \
    /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 read-only IMAP folder(s) and NNTP newsgroup(s).