git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Felipe Contreras <felipe.contreras@gmail.com>
To: Jeff King <peff@peff.net>
Cc: git@vger.kernel.org, Junio C Hamano <gitster@pobox.com>
Subject: Re: [PATCH 2/3] config: set help text for --bool-or-int
Date: Mon, 9 Mar 2009 23:50:09 +0200	[thread overview]
Message-ID: <94a0d4530903091450gdcad625g95cd9550cfb724fa@mail.gmail.com> (raw)
In-Reply-To: <20090307224807.GA18548@coredump.intra.peff.net>

On Sun, Mar 8, 2009 at 12:48 AM, Jeff King <peff@peff.net> wrote:
> On Sat, Mar 07, 2009 at 11:07:46PM +0200, Felipe Contreras wrote:
>
>> On Sat, Mar 7, 2009 at 7:14 PM, Jeff King <peff@peff.net> wrote:
>> > The conversion to parse_opt left this as NULL; on glibc
>> > systems, the usage message prints
>> >
>> >   --bool-or-int   (null)
>> >
>> > and on other ones, segfaults.
>>
>> Shouldn't then OPT_BIT make sure there is no crash?
>
> Perhaps, but it doesn't (and I assume you mean usage_with_help, as
> OPT_BIT is just filling in the struct). It's not clear what a NULL help
> parameter should do, though. Hide the option? Show no help description?
> There are already ways to accomplish both of those.

Yeah, I meant usage_with_help. I don't know what should be done, but I
think two things should be achieved:

a) don't crash
b) encourage the options to always have a description

Perhaps not showing the option at all, or perhaps showing "**EMPTY**".

>> I was surprised when it didn't complain. I thought on making it "" but
>> I wanted to make it visible that there was no documentation for that,
>> which is the reason I left it that way.
>
> OK. I think there are really valid options:
>
>  1. it's there with a description (which is what my patch does)
>
>  2. it's there without a description, because it's obvious what it does
>     coming after --bool and --int

I don't think it's obvious, that partly why I didn't fill the description.

>  3. it's hidden
>
> I really don't care which. But what is there now is broken.

Definitely, your patch must be applied ASAP.

Minor nitpick: "value is interpreted either as bool or int"

The value is what it is, the --boo-or-int option doesn't change the
value, just how it is interpreted.

-- 
Felipe Contreras

  reply	other threads:[~2009-03-09 21:51 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-07 17:14 [PATCH 0/3] config --bool-or-int fixes Jeff King
2009-03-07 17:14 ` [PATCH 1/3] t1300: use test_must_fail as appropriate Jeff King
2009-03-07 17:14 ` [PATCH 2/3] config: set help text for --bool-or-int Jeff King
2009-03-07 21:07   ` Felipe Contreras
2009-03-07 22:48     ` Jeff King
2009-03-09 21:50       ` Felipe Contreras [this message]
2009-03-10 17:59         ` Jeff King
2009-03-07 17:14 ` [PATCH 3/3] document config --bool-or-int Jeff King
2009-03-07 17:16 ` [PATCH 0/3] config --bool-or-int fixes Jeff King

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=94a0d4530903091450gdcad625g95cd9550cfb724fa@mail.gmail.com \
    --to=felipe.contreras@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=peff@peff.net \
    /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).