Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Is there any interest in indentation patches?
- X-seq: zsh-workers 25313
- From: "Richard Hartmann" <richih.mailinglist@xxxxxxxxx>
- To: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: Is there any interest in indentation patches?
- Date: Sun, 20 Jul 2008 10:37:33 +0200
- Cc: "Zsh hackers list" <zsh-workers@xxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=vBN4ssvY/cCyoyJY1ptQNv1P70L3CTyfUPaNrm0XneE=; b=JyBkxWy1S4syTywG+/pU/7kwvDT4yhVSycLwacICf5PfXgLuc1Tm3GVvCP9D1Gn3P7 esOJK6xKKzBGXgaMS5Wi5emkTSbhBrsaLRj2ng4cA7ql80j0ea+RfFMX6Fp7VrUSDA02 1gkJK0vfO0DXn2vZ33go4flwZ57MC49eXQmtA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=DT5FK2semkfrYUB82dP/03W0FIPHKzSx7olGrdzFpwtTRsWrmBWe/uS7BS+FvPNG73 7ym4HUZsXDDvYD8A8NMz5FHOMIcfrn5sGkb7au0UuArJKQBft0hyuUBjbRr8LsCmGfUM 3zHj/SuPv5gNALAh/tu6RMf6JpMrJm4Pxd+fo=
- In-reply-to: <080720010521.ZM16495@xxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <2d460de70807191721x683551cdifa946bf1b70e4cf7@xxxxxxxxxxxxxx> <080720010521.ZM16495@xxxxxxxxxxxxxxxxxxxxxx>
On Sun, Jul 20, 2008 at 10:05, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> You mean shell functions as opposed to C functions?
Yes.
> My personal preference would be that this NOT be done. It makes it
> difficult to see from one file revision to the next what's a semantic
> change and what was merely whitespace being fixed up.
Yes, that is the the one huge downside of whitespace commits.
If there was a single coding style, that one huge commit would
(possibly) be OK. That is exactly why I asked the ML.
> It's one thing if the indentation is actually so bad that it impairs
> readability -- in that case I'd be more inclined to fix it. Changing
> strictly for the sake of consistency does not seem to me worthwhile.
> To maintain it going forward, we'd have to implement a policy of
> reformatting every function that is contributed to the sources.
Once the initial effort is finished, maintaining the status quo could
be done via commit hooks and a little checker script.
Richard
Messages sorted by:
Reverse Date,
Date,
Thread,
Author