git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Johannes Sixt <j.sixt@viscovery.net>
To: "Gary V. Vaughan" <git@mlists.thewrittenword.com>
Cc: git@vger.kernel.org
Subject: Re: [patch 02/15] const-expr.patch
Date: Tue, 16 Mar 2010 08:31:40 +0100	[thread overview]
Message-ID: <4B9F33DC.3030309@viscovery.net> (raw)
In-Reply-To: <20100316054306.167331000@mlists.thewrittenword.com>

Gary V. Vaughan schrieb:
> Unfortunately, there are still plenty of production systems with
> vendor compilers that choke unless all compound declarations can be
> determined statically at compile time, for example hpux10.20 (I can
> provide a comprehensive list of our supported platforms that exhibit
> this problem if necessary).

Yes, a comprehensive list would be appreciated. This change is an
uglification that I personally would prefer to stay out of the code base
unless many consumers of git are hurt.

The problem with this non-feature is that it is all too easy that new code
introduces new incompatibilities.

> Index: b/ll-merge.c
> ===================================================================
> --- a/ll-merge.c
> +++ b/ll-merge.c

BTW, did you notice that git is a version control system that hosts itself? ;)

> +	dict[0].placeholder = "O"; dict[0].value = temp[0];
> +	dict[1].placeholder = "A"; dict[1].value = temp[1];
> +	dict[2].placeholder = "B"; dict[2].value = temp[2];
> +	dict[3].placeholder = "L"; dict[3].value = temp[3];
> +	dict[3].placeholder = NULL; dict[3].value = NULL;

	dict[4]...

-- Hannes

  reply	other threads:[~2010-03-16  7:31 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-16  5:42 [patch 00/15] Portability Patches v3 Gary V. Vaughan
2010-03-16  5:42 ` [patch 01/15] user-cppflags.patch Gary V. Vaughan
2010-03-16  7:21   ` Junio C Hamano
2010-03-16  5:42 ` [patch 02/15] const-expr.patch Gary V. Vaughan
2010-03-16  7:31   ` Johannes Sixt [this message]
2010-03-16  8:23     ` Gary V. Vaughan
2010-03-16 23:43     ` Avery Pennarun
2010-04-25  8:38       ` Gary V. Vaughan
2010-03-16  5:42 ` [patch 03/15] pthread.patch Gary V. Vaughan
2010-03-16  7:21   ` Junio C Hamano
2010-03-16  5:42 ` [patch 04/15] diff-export.patch Gary V. Vaughan
2010-03-16  7:24   ` Junio C Hamano
2010-03-16  5:42 ` [patch 05/15] diff-test_cmp.patch Gary V. Vaughan
2010-03-16  7:21   ` Junio C Hamano
2010-04-25  8:38     ` Gary V. Vaughan
2010-03-16  5:42 ` [patch 06/15] diff-defaults.patch Gary V. Vaughan
2010-03-16  7:22   ` Junio C Hamano
2010-04-25  8:38     ` Gary V. Vaughan
2010-03-16  5:42 ` [patch 07/15] host-IRIX.patch Gary V. Vaughan
2010-03-16  7:24   ` Junio C Hamano
2010-04-25  8:39     ` Gary V. Vaughan
2010-03-16 15:27   ` Brandon Casey
2010-04-25  8:39     ` Gary V. Vaughan
2010-03-16  5:42 ` [patch 08/15] host-HPUX10.patch Gary V. Vaughan
2010-03-16  5:42 ` [patch 09/15] host-HPUX11.patch Gary V. Vaughan
2010-03-16  5:42 ` [patch 10/15] host-OSF1.patch Gary V. Vaughan
2010-03-16  5:42 ` [patch 11/15] no-hstrerror.patch Gary V. Vaughan
2010-03-16  7:24   ` Junio C Hamano
2010-04-25  8:39     ` Gary V. Vaughan
2010-03-16  5:42 ` [patch 12/15] no-inet_ntop.patch Gary V. Vaughan
2010-03-16  5:42 ` [patch 13/15] no-socklen_t.patch Gary V. Vaughan
2010-03-16  7:25   ` Junio C Hamano
2010-04-25  8:39     ` Gary V. Vaughan
2010-03-16  5:42 ` [patch 14/15] no-ss_family.patch Gary V. Vaughan
2010-03-16  5:42 ` [patch 15/15] no-inline.patch Gary V. Vaughan
2010-03-16  6:18 ` [patch 00/15] Portability Patches v3 Sverre Rabbelier
2010-03-16 16:03 ` Brandon Casey

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=4B9F33DC.3030309@viscovery.net \
    --to=j.sixt@viscovery.net \
    --cc=git@mlists.thewrittenword.com \
    --cc=git@vger.kernel.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 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).