From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Merging the pgtk branch Date: Sat, 18 Dec 2021 15:32:24 +0200 Message-ID: <837dc2aviv.fsf@gnu.org> References: <20211207.010121.923567574254848362.masm@luna.pink.masm11.me> <87pmq6bccw.fsf@yahoo.com> <87ilvmfip1.fsf@yahoo.com> <20211218.215200.320390654799243849.masm@luna.pink.masm11.me> <87a6gydqe9.fsf@yahoo.com> <83bl1eax3i.fsf@gnu.org> <871r2adq3a.fsf@yahoo.com> <838rwiavsj.fsf@gnu.org> <87k0g2ca7f.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="21311"; mail-complaints-to="usenet@ciao.gmane.io" Cc: masm+emacs@masm11.me, emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Dec 18 14:35:23 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1myZru-0005Mm-5M for ged-emacs-devel@m.gmane-mx.org; Sat, 18 Dec 2021 14:35:22 +0100 Original-Received: from localhost ([::1]:38634 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1myZrt-0005bk-0X for ged-emacs-devel@m.gmane-mx.org; Sat, 18 Dec 2021 08:35:21 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:56872) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1myZpZ-000346-S9 for emacs-devel@gnu.org; Sat, 18 Dec 2021 08:32:57 -0500 Original-Received: from [2001:470:142:3::e] (port=50432 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1myZpI-00012A-73; Sat, 18 Dec 2021 08:32:55 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=hMPYQhyuoQmLEUEcvRn/Iv/rll85FsY97xXYMt+INb8=; b=ETM2+3azKQgC 0oDLZS9AVB9/IaXe891rmc19LcyGbc6Cs5U/Jbc3QH7U5fhdOTW8/BgHHf89yTx5aMAEK1xyEmeOP Q4oSk/KfeeLk9zAxD4iLeKzIH+tu0wTT8o1PRtrTPB87CvwzlChRzPTxXOAF2F5+BroctvphBrTrb uGXHBc7RJfpZbpKdbAXrsVonkcxYAmB3/LzKXWZQWcvzpyiRY9Wv0N23pMQlTAswnLLDVW6da30OG Ursoqpt4PuGiZMLCYvc3dc7QwZoUHwW9/NnD9tSAcAilx0AHUv9lfq+YKzEFIvttqlAPpK4pJH3At OqcybGqIET/CVap+w2AYNg==; Original-Received: from [87.69.77.57] (port=1488 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1myZpE-0006Wy-If; Sat, 18 Dec 2021 08:32:40 -0500 In-Reply-To: <87k0g2ca7f.fsf@yahoo.com> (message from Po Lu on Sat, 18 Dec 2021 21:29:56 +0800) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:282300 Archived-At: > From: Po Lu > Cc: masm+emacs@masm11.me, emacs-devel@gnu.org > Date: Sat, 18 Dec 2021 21:29:56 +0800 > > Eli Zaretskii writes: > > >> From: Po Lu > >> Cc: masm+emacs@masm11.me, emacs-devel@gnu.org > >> Date: Sat, 18 Dec 2021 21:01:29 +0800 > >> > >> BTW, shouldn't we put an error message somewhere in configure.ac telling > >> people that the branch is now on master and that the feature branch is > >> obsolete? > > > > I'm not sure it's worth the hassle. > > > >> Lots of people are tracking `feature/pgtk' right now, and I don't want a > >> repeat of the "people are using feature/native-comp after it was merged > >> to master" situation we had earlier. > > > > Messages shown by configure are mostly ignored -- people go for a > > coffee while Emacs builds. > > Which is why I think it should be an error. You want to make configure on the branch to error out? fine by me.