From: Christian Couder <chriscool@tuxfamily.org>
To: Junio C Hamano <gitster@pobox.com>
Cc: git@vger.kernel.org
Subject: Re: [PATCH] bisect: remove Perl use by implementing "git bisect--helper --sq-quote"
Date: Thu, 23 Apr 2009 21:20:01 +0200 [thread overview]
Message-ID: <200904232120.01300.chriscool@tuxfamily.org> (raw)
In-Reply-To: <7veivl444b.fsf@gitster.siamese.dyndns.org>
Le mercredi 22 avril 2009, Junio C Hamano a écrit :
> Christian Couder <chriscool@tuxfamily.org> writes:
> > The sq() function in "git-bisect.sh" was the only place where Perl
> > was needed. This patch remove this use of Perl by implementing
> > a new "--sq-quote" option in "builtin-bisect--helper.c".
>
> Isn't it because only git-bisect.sh for whatever reason reimplements sq
> using Perl while original implementation in am used sed for more
> portability?
Well I saw that there was some work going to remove perl dependencies, so I
thought that I might help by removing the Perl dependency from
git-bisect.sh.
I didn't look at other places where sq is implemented otherwise. I just
checked other shell scripts where there is @@PERL@@.
> I would suspect, if it were 3 years ago, that any serious porcelain
> writers would have very much appreciated such a feature that gives shell
> programmers an easy access to a quoting function that allows a safe eval,
> and I would have strongly suggested that the feature to be implemented in
> a more permanent place rather than in bisect--helper; perhaps a better
> place would be the kitchen-sink "rev-parse".
I did it in bisect--helper because I was working on it, and I wanted to do
it in C because I am porting bisect stuff to C.
But now that you pointed that sq is also implemented in git-am.sh, I agree
that it would be perhaps better if it was implemented in something
like "rev-parse". And then it could be used both in "git-bisect.sh" and
in "git-am.sh".
> But given that nobody seems competent enough to do serious programming in
> shell these days, I am not sure if the choice between bisect--helper and
> rev-parse makes much of a difference ;-).
We never know, it might become trendy again ;-)
Best regards,
Christian.
prev parent reply other threads:[~2009-04-23 19:23 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-22 4:55 [PATCH] bisect: remove Perl use by implementing "git bisect--helper --sq-quote" Christian Couder
2009-04-22 6:03 ` Junio C Hamano
2009-04-23 19:20 ` Christian Couder [this message]
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=200904232120.01300.chriscool@tuxfamily.org \
--to=chriscool@tuxfamily.org \
--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).