From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Use specific functions to create shell processes Date: Fri, 26 Aug 2016 13:35:20 +0300 Message-ID: <83poovddhz.fsf@gnu.org> References: <83lgzkex1y.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1472207760 8320 195.159.176.226 (26 Aug 2016 10:36:00 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 26 Aug 2016 10:36:00 +0000 (UTC) Cc: tino.calancha@gmail.com, emacs-devel@gnu.org To: Tino Calancha Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 26 12:35:56 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bdEUN-0001ni-RD for ged-emacs-devel@m.gmane.org; Fri, 26 Aug 2016 12:35:55 +0200 Original-Received: from localhost ([::1]:59864 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bdEUL-0003XD-C2 for ged-emacs-devel@m.gmane.org; Fri, 26 Aug 2016 06:35:53 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39434) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bdETb-0003T0-DB for emacs-devel@gnu.org; Fri, 26 Aug 2016 06:35:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bdETZ-0002eE-H6 for emacs-devel@gnu.org; Fri, 26 Aug 2016 06:35:06 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:50312) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bdETV-0002bf-1r; Fri, 26 Aug 2016 06:35:01 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:3742 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bdETT-00026d-2z; Fri, 26 Aug 2016 06:34:59 -0400 In-reply-to: (message from Tino Calancha on Fri, 26 Aug 2016 19:25:42 +0900 (JST)) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:206819 Archived-At: > From: Tino Calancha > Date: Fri, 26 Aug 2016 19:25:42 +0900 (JST) > Cc: emacs-devel@gnu.org, Tino Calancha > > On Thu, 25 Aug 2016, Eli Zaretskii wrote: > > > Thanks for working on this. > > > > Like I said in the past, I'd like us to have a test for each > > functionality whose implementation we are refactoring. Can we do that > > in this case? > Thank you for the e-mail. I will prepare tests for each of the 33 > functions changed in the patch. Once i finish i will reactivate this > thread. Thanks!