From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id sL5qMLhnnF85eAAA0tVLHw (envelope-from ) for ; Fri, 30 Oct 2020 19:21:28 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id cHM2LLhnnF9XVAAAbx9fmQ (envelope-from ) for ; Fri, 30 Oct 2020 19:21:28 +0000 Received: from mail.notmuchmail.org (nmbug.tethera.net [IPv6:2607:5300:201:3100::1657]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (2048 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 74141940366 for ; Fri, 30 Oct 2020 19:21:25 +0000 (UTC) Received: from nmbug.tethera.net (localhost [127.0.0.1]) by mail.notmuchmail.org (Postfix) with ESMTP id E08D72710B; Fri, 30 Oct 2020 15:21:15 -0400 (EDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by mail.notmuchmail.org (Postfix) with ESMTP id 716471FFF6 for ; Fri, 30 Oct 2020 15:21:13 -0400 (EDT) Received: by fethera.tethera.net (Postfix, from userid 1001) id 9D6195FB8B; Fri, 30 Oct 2020 15:21:11 -0400 (EDT) Received: (nullmailer pid 1142988 invoked by uid 1000); Fri, 30 Oct 2020 19:21:09 -0000 From: David Bremner To: ralph@ml.seichter.de, notmuch@notmuchmail.org Subject: Re: [PATCH] Rename version to version.txt In-Reply-To: <20201028144435.14718-1-ralph@ml.seichter.de> References: <87v9euojlp.fsf@wedjat.horus-it.com> <20201028144435.14718-1-ralph@ml.seichter.de> Date: Fri, 30 Oct 2020 16:21:09 -0300 Message-ID: <87tuubh656.fsf@tethera.net> MIME-Version: 1.0 Message-ID-Hash: EUHWGVT2YW5MJNIAGMXLVMATBSZLNRIW X-Message-ID-Hash: EUHWGVT2YW5MJNIAGMXLVMATBSZLNRIW X-MailFrom: david@tethera.net X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-notmuch.notmuchmail.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header CC: Ralph Seichter X-Mailman-Version: 3.2.1 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Help: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of notmuch-bounces@notmuchmail.org designates 2607:5300:201:3100::1657 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Spam-Score: -1.01 X-TUID: 996mStrHIDj7 ralph@ml.seichter.de writes: > From: Ralph Seichter > > Building Notmuch on macOS is known to cause problems because the Notmuch > distribution archive contains two files named "version". These names > clash with the keyword as defined in C++20. Therefore, the > existing naming will likely become a problem on other platforms as well, > once compilers adopt the new standard. > pushed to master with the hopefully inoffensive change of calling a header rather than a keyword. I've also merged master to release to start thinking about a point release. I'd like to add the other recently discussed fix for OpenBSD. d