From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alan Third Newsgroups: gmane.emacs.devel Subject: Re: master 2c79a8f 2/2: Use posix_spawn if possible. Date: Mon, 8 Nov 2021 19:37:38 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="35629"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Eli Zaretskii , YAMAMOTO Mitsuharu , emacs-devel@gnu.org To: Aaron Jensen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Nov 08 20:40:15 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 1mkAV4-00094I-Pi for ged-emacs-devel@m.gmane-mx.org; Mon, 08 Nov 2021 20:40:15 +0100 Original-Received: from localhost ([::1]:57366 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mkAV3-0004hp-DI for ged-emacs-devel@m.gmane-mx.org; Mon, 08 Nov 2021 14:40:13 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:36140) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mkASr-00029K-PO for emacs-devel@gnu.org; Mon, 08 Nov 2021 14:37:57 -0500 Original-Received: from outbound.soverin.net ([116.202.126.228]:44499) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mkASp-0003Ab-Bm; Mon, 08 Nov 2021 14:37:57 -0500 Original-Received: from smtp.soverin.net (unknown [10.10.3.24]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by outbound.soverin.net (Postfix) with ESMTPS id 037DA314; Mon, 8 Nov 2021 19:37:44 +0000 (UTC) Original-Received: from smtp.soverin.net (smtp.soverin.net [159.69.232.138]) by soverin.net DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=idiocy.org; s=soverin; t=1636400262; bh=0Wm5Q2e+ip8F3U46q8oDgLih8nLkbf/fY50TUM25vPs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=BxUHScLUotCAbAzjfqe5rdrwjRjrQoTUjXQIay6IfBV/lk11/fwyo78ak/GbdiULA zUoyZb/Mx+4xAXcZzGvv8SbdLzOW29nC3pmo+xJMlh1yTAoUB9U9dX4lGT8IUzK2Io i1LJ+v42Cibp4QB20wXR7GweM9DjxMRbHbtQRXsinmmT8Ri1bzy0S9Egha/5giLAef Et51V7jzVflbQd0aWaFIz1pbFnsxYjRLLdQsqOplxcQ7U+VqwVxUeKSdreOfWeRJ4P lXloHBU9Tw80/5a4on9rtP8WY9zaEWOKD2o8biSCmd+UtV7ZrvBQW1CXIlmkNBamow jT+8AxZWMdNkQ== Original-Received: from alan by faroe.holly.idiocy.org with local (Exim 4.95-RC2) (envelope-from ) id 1mkASY-000GEi-Tt; Mon, 08 Nov 2021 19:37:38 +0000 Mail-Followup-To: Alan Third , Aaron Jensen , emacs-devel@gnu.org, Eli Zaretskii , YAMAMOTO Mitsuharu Content-Disposition: inline In-Reply-To: Received-SPF: pass client-ip=116.202.126.228; envelope-from=alan@idiocy.org; helo=outbound.soverin.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:279055 Archived-At: On Mon, Nov 08, 2021 at 06:00:39AM -0500, Aaron Jensen wrote: > Hi all, > > Attached is the posix spawn patch adapted to be only effective on > Darwin. I chose to leave the patch as-is aside from adding the > additional conditional, but let me know if I should do something > different. It wasn't clear where things stood in terms of whether or > not we would ever want to use posix_spawn on non-darwin OSes. Thanks for this. I'm inclined to wait a few more days to see if Philipp has anything to add before pushing it. -- Alan Third