Re: [PATCH 1/2] STYLE: document some rules about variable declarations
authorDavid Bremner <david@tethera.net>
Sat, 5 Mar 2016 00:49:01 +0000 (20:49 +2000)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:21:13 +0000 (16:21 -0700)
89/a1248872a5a7354b183a1d92015761c9d621b4 [new file with mode: 0644]

diff --git a/89/a1248872a5a7354b183a1d92015761c9d621b4 b/89/a1248872a5a7354b183a1d92015761c9d621b4
new file mode 100644 (file)
index 0000000..d8547b8
--- /dev/null
@@ -0,0 +1,58 @@
+Return-Path: <david@tethera.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id EFF206DE15C7\r
+ for <notmuch@notmuchmail.org>; Fri,  4 Mar 2016 16:49:04 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.034\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.034 tagged_above=-999 required=5\r
+ tests=[AWL=-0.023, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01]\r
+ autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id j4rdg49J-zQ6 for <notmuch@notmuchmail.org>;\r
+ Fri,  4 Mar 2016 16:49:03 -0800 (PST)\r
+Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 44EAD6DE15C2\r
+ for <notmuch@notmuchmail.org>; Fri,  4 Mar 2016 16:49:03 -0800 (PST)\r
+Received: from remotemail by fethera.tethera.net with local (Exim 4.84)\r
+ (envelope-from <david@tethera.net>)\r
+ id 1ac0Pd-0007vP-Dr; Fri, 04 Mar 2016 19:49:41 -0500\r
+Received: (nullmailer pid 24954 invoked by uid 1000);\r
+ Sat, 05 Mar 2016 00:49:01 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: notmuch@notmuchmail.org\r
+Subject: Re: [PATCH 1/2] STYLE: document some rules about variable\r
+ declarations\r
+In-Reply-To: <1455383479-9946-1-git-send-email-david@tethera.net>\r
+References: <1455383479-9946-1-git-send-email-david@tethera.net>\r
+User-Agent: Notmuch/0.21+26~g9404723 (http://notmuchmail.org) Emacs/24.5.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Fri, 04 Mar 2016 20:49:01 -0400\r
+Message-ID: <871t7pvjeq.fsf@zancas.localnet>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.20\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sat, 05 Mar 2016 00:49:05 -0000\r
+\r
+David Bremner <david@tethera.net> writes:\r
+\r
+> No-one seemed opposed to C99 style loop variable declarations. The\r
+> requirement to declare variables at the top of blocks is maybe a little\r
+> more contested, but I believe it reflects the status quo.\r
+\r
+pushed both of these style guide updates\r