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: [External] : emacs-28 windows binaries available from alpha Date: Sun, 06 Feb 2022 10:22:45 +0200 Message-ID: <83v8xsz9nu.fsf@gnu.org> References: <834k5d3hbv.fsf@gnu.org> <83pmo11wij.fsf@gnu.org> <83fsox19of.fsf@gnu.org> <838rup14ft.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13163"; mail-complaints-to="usenet@ciao.gmane.io" Cc: dieter@duenenhof-wilhelm.de, corwin@bru.st, emacs-devel@gnu.org To: Drew Adams Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Feb 06 09:24:27 2022 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 1nGcqQ-0003Ef-Sa for ged-emacs-devel@m.gmane-mx.org; Sun, 06 Feb 2022 09:24:27 +0100 Original-Received: from localhost ([::1]:54758 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nGcqP-00053w-Gk for ged-emacs-devel@m.gmane-mx.org; Sun, 06 Feb 2022 03:24:25 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:34884) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nGcp5-0003WR-5s for emacs-devel@gnu.org; Sun, 06 Feb 2022 03:23:03 -0500 Original-Received: from [2001:470:142:3::e] (port=52808 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 1nGcp3-0002Ix-UY; Sun, 06 Feb 2022 03:23:02 -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=sYqjnkGQ2qTitDCvcnDsiG1ofSWQvLybggTbGk6wB/A=; b=OF6jFAHWpu0J 3EWQFMe3pWaDe/vE0fHMSQSOrzZEJPI3Tkmqjb3S+u2PsJenBIW2OP2Il6HHMhzuTF/7/l+r3PYDz mg7HyoKEhP1mDgVJ/2PnJSAYayTX1dhT+n3fmOruubD6eutr6Aho9xY+zZ2PTfNLtu5k522kDPgbm yF4NNIRfKmCHL69sHTg9h9gQIcOs9J2MupEHsGxkaAPbYVlt6VaVqLur9Rz2hL8/YYCBuAU4wDjrS gRPMZsKDS1f0mMurb5Zf3aGAr8ILD2oehl+Sd0nOm+x76EWyl8UoO7WbWEWiI87/lEX4r06m/n5gv gw6Uv5UeEJuZfXuqeCf37Q==; Original-Received: from [87.69.77.57] (port=3665 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 1nGcp3-0002he-Gf; Sun, 06 Feb 2022 03:23:01 -0500 In-Reply-To: (message from Drew Adams on Sun, 6 Feb 2022 00:10:52 +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" Xref: news.gmane.io gmane.emacs.devel:285939 Archived-At: > From: Drew Adams > Date: Sun, 6 Feb 2022 00:10:52 +0000 > Cc: Emacs developers > > If I'm right about this then isn't there a bug in the > Emacs 28 binary? If not, why not? Yes, it's a bug. I though it should be evident from the questions I asked Andrea and the patch I posted. > > > [Nitpicking:] Would you consider it an omission that load-library is > > > triggering a compilation but (load-file ".elc") not? (No, probably not > > > because load-file would need to consider files which are not directly > > > submitted.) > > > > IMO, no. It's a feature: when we specify an extension we get exactly > > what we ask for, when we specify without any extension we get the > > default behavior of favoring the most compiled version available, > > creating the ELN if we can when we have an ELC but no ELN. > > Isn't that what's happening? It tries to load the > ELC. Happening where? The above "nitpicking" was not about the problem you reported, it was about a different situation and about a different aspect of native compilation.