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: Permanently fix org versioning breakage during builds? Date: Mon, 25 Dec 2023 22:03:42 +0200 Message-ID: <838r5i9hi9.fsf@gnu.org> References: <25989.50971.995591.385250@google.com> <87a5q0dc9m.fsf@localhost> <87y1djc1c9.fsf@localhost> <87zfxzdbna.fsf@yahoo.com> <87plyv7oii.fsf@localhost> <87il4mm7l4.fsf@localhost> <83cyuu9j6d.fsf@gnu.org> <87cyuum4od.fsf@localhost> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="858"; mail-complaints-to="usenet@ciao.gmane.io" Cc: luangruo@yahoo.com, raman@google.com, joaotavora@gmail.com, emacs-devel@gnu.org To: Ihor Radchenko Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Dec 25 21:04:23 2023 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 1rHrBW-000AZd-P8 for ged-emacs-devel@m.gmane-mx.org; Mon, 25 Dec 2023 21:04:22 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rHrB3-0007oq-Do; Mon, 25 Dec 2023 15:03:53 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rHrB1-0007oS-9x for emacs-devel@gnu.org; Mon, 25 Dec 2023 15:03:51 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rHrAy-0000HS-W3; Mon, 25 Dec 2023 15:03:50 -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=IM0iuFLiwjZpzcRbKCI+cKF52b7SBZuVAEvWYuQ4KAQ=; b=EEQjq12rtZDh hMaqlxOx0eJ+otp+9GnDkjvwrkcoC3Vn+arFv0fLF1oW9044yf0k2es3rrrPL6v0c4KgOJKNZFOW1 FqgdG8tnoiC+lL2ie5ecgHWkVmjlH07vP15cTgB9sRwNWbrTfEGACgLeD2YheD20RRc6jYUliDEgP KfNy/CJ6rCBusZoQuvyKr6yyAyi6hl86/udBti/harYyL1aC21k5V9+ZKBsB1u+0qdlh5PkkQxE1w u+fqs2Wk5rgNj/8m/nvA7U5OBumPCV3gnYsGSEUe+dzl3REzMmXxnurfOC8zGnEltDjC2cwTHvvIa ZDZEoBjdr4Ic8VTCsm8QoQ==; In-Reply-To: <87cyuum4od.fsf@localhost> (message from Ihor Radchenko on Mon, 25 Dec 2023 20:02:26 +0000) 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:314220 Archived-At: > From: Ihor Radchenko > Cc: luangruo@yahoo.com, raman@google.com, joaotavora@gmail.com, > emacs-devel@gnu.org > Date: Mon, 25 Dec 2023 20:02:26 +0000 > > Eli Zaretskii writes: > > >> I now installed the patch. > >> No more extra breakage should occur in Emacs tree. > >> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=bd9dc3217 > > > > Only after the next merge from Org to Emacs, right? > > Next two merges probably - when stale .elc files also get the new > version of org-assert-version. So people should not expect this problem to disappear in Emacs builds starting from now, not yet.