From: Will Palmer <wmpalmer@gmail.com>
To: Junio C Hamano <gitster@pobox.com>
Cc: git@vger.kernel.org
Subject: Re: [RFD] Expanded Pretty Format Placeholders Proposal
Date: Thu, 17 Mar 2011 22:00:06 +0000 [thread overview]
Message-ID: <1300399206.2004.22.camel@walleee> (raw)
In-Reply-To: <7vvczh1lco.fsf@alter.siamese.dyndns.org>
On Thu, 2011-03-17 at 14:35 -0700, Junio C Hamano wrote:
> Will Palmer <wmpalmer@gmail.com> writes:
>
> > On Fri, 2011-03-11 at 00:47 +0000, Will Palmer wrote:
> > ...
> >> %(foo-condition: %(format: %H, aka %h), %H )
> >
> > of course, this conflicts with the need to embed a literal ")" within a
> > sub-format. The simplest option for this would be to either allow %) as
> > an escape, as with %%. Even simpler, of course, would be %x29, but this
> > seems needlessly obscure. The only objection I have to %) is "It's
> > ugly". To me, %(format: "this is a paren: )") is easier to read, but
> > that would just be moving the problem around, adding the necessity of
> > the just-as-ugly-or-moreso %", or alternatively C-style \" and \\.
> > So I think that %) will be the best option.
>
> I somehow had an impression that you will be using "" to quote strings to
> protect leading or trailing whitespaces, and if you were to support double
> quotes anyway, \" and \\ become a very natural thing to do (so does your
> "close parenthesis inside dq").
I do have double-quoted strings implemented, but in trying to break the
big-ugly-POC patch down into more-manageable changes, I questioned the
need for it when %x20 or the "magic" space-if-nonempty might do just as
well for most cases, so I took it out of the initial patch.
I admit that double-quotes do feel quite natural from a C perspective,
even if they do go against the conventions we've already established for
escaping things in pretty-formats. I'll see about adding double-quoted
string support in a single patch in the series, so it can be evaluated
independently, and accepted/rejected on its own easily.
next prev parent reply other threads:[~2011-03-17 22:00 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-11 0:47 [RFD] Expanded Pretty Format Placeholders Proposal Will Palmer
2011-03-17 20:57 ` Will Palmer
2011-03-17 21:35 ` Junio C Hamano
2011-03-17 22:00 ` Will Palmer [this message]
2011-03-18 7:18 ` Junio C Hamano
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=1300399206.2004.22.camel@walleee \
--to=wmpalmer@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/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).