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: [PATCH] support for accessing CPU/core count (processor-count) Date: Tue, 12 Oct 2021 05:27:43 +0300 Message-ID: <83r1crou3k.fsf@gnu.org> References: <87y270bazi.fsf@yahoo.com> <87sfx8b6ta.fsf@yahoo.com> <46728405-9441-4e3d-be5e-75e1bceaee70@gmail.com> <87h7doj7ku.fsf@gnus.org> <83v923pmtf.fsf@gnu.org> <86ily34639.fsf@gmail.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29463"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Andy Moreton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Oct 12 04:28:53 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 1ma7XB-0007T1-26 for ged-emacs-devel@m.gmane-mx.org; Tue, 12 Oct 2021 04:28:53 +0200 Original-Received: from localhost ([::1]:38706 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ma7X7-0002mV-OZ for ged-emacs-devel@m.gmane-mx.org; Mon, 11 Oct 2021 22:28:49 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:59424) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ma7WF-00027s-DC for emacs-devel@gnu.org; Mon, 11 Oct 2021 22:27:55 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:48232) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ma7WE-0003KW-OX; Mon, 11 Oct 2021 22:27:54 -0400 Original-Received: from [87.69.77.57] (port=5000 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 1ma7WD-0000QO-4g; Mon, 11 Oct 2021 22:27:54 -0400 In-Reply-To: <86ily34639.fsf@gmail.com> (message from Andy Moreton on Mon, 11 Oct 2021 22:14:18 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:276761 Archived-At: > From: Andy Moreton > Date: Mon, 11 Oct 2021 22:14:18 +0100 > > The followup changes in commit 1a1b206a8b33 result in `w32-get-nproc' > being removed, so should there be an obsolete alias for this function ? > Otherwise users will see it removed from emacs without any deprecation > period. That function was introduced for Emacs 28 (early this year), so it has no history worthy of an alias.