All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Millan <rmh@aybabtu.com>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: [PATCH] r1986 broke FAT detection
Date: Sat, 21 Feb 2009 14:13:55 +0100	[thread overview]
Message-ID: <20090221131355.GF16068@thorin> (raw)
In-Reply-To: <1234266254.7325.12.camel@localhost>

On Tue, Feb 10, 2009 at 12:44:14PM +0100, Javier Martín wrote:
> > 
> You're welcome. I see that nevertheless the "0 != " comparisons were
> substituted for standard C int-to-bool-conversion-based comparisons.
> Maybe people should know the signature _and_ semantic contract of
> strncmp, but frequently they don't (I had to look it up in the
> handbook), and while the code that was committed may look like an
> "obvious error" to a wanderer (because, of course, comparison functions
> should return a semantic-bool, shouldn't they?), the version with the
> explicit "0 != " checks at least looks like it was written like that _on
> purpose_ (and the actual binary cost should be zero with any sensible
> compiler), thus making future developers on bug-fixing quests at least
> scratch their heads before proposing the change to the "if (!strncmp)"
> error. So, keeping the coding style consistent is important, but I think
> a balance with readability is in order. Thus, you are the maintainers
> and you know what you're doing, but I think it's not worth to keep the
> coding style so strict as to become confusing.

I think you're confusing things.  C has no boolean type.  I know strcmp
gives more info than just a semantic boolean, but in this case it's not
interesting to us.

-- 
Robert Millan

  The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and
  how) you may access your data; but nobody's threatening your freedom: we
  still allow you to remove your data and not access it at all."



  reply	other threads:[~2009-02-21 13:14 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-10  0:19 [PATCH] r1986 broke FAT detection Javier Martín
2009-02-10  9:50 ` Felix Zielcke
2009-02-10 11:44   ` Javier Martín
2009-02-21 13:13     ` Robert Millan [this message]
2009-02-22 14:08       ` Javier Martín

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=20090221131355.GF16068@thorin \
    --to=rmh@aybabtu.com \
    --cc=grub-devel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.