From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] fix conv_lisp_to_sockaddr for AF_INET6 addresses Date: Mon, 08 Feb 2016 05:34:11 +0200 Message-ID: <83io1zri30.fsf@gnu.org> References: <87egco56s6.fsf@gnus.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1454902490 29572 80.91.229.3 (8 Feb 2016 03:34:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 8 Feb 2016 03:34:50 +0000 (UTC) Cc: emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 08 04:34:41 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aScb3-0000Kj-0F for ged-emacs-devel@m.gmane.org; Mon, 08 Feb 2016 04:34:41 +0100 Original-Received: from localhost ([::1]:40758 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aScb2-0001Go-0q for ged-emacs-devel@m.gmane.org; Sun, 07 Feb 2016 22:34:40 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39051) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aScav-0001Ev-4i for emacs-devel@gnu.org; Sun, 07 Feb 2016 22:34:37 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aScaq-0006gM-Jf for emacs-devel@gnu.org; Sun, 07 Feb 2016 22:34:33 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:51124) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aScaq-0006gI-GP; Sun, 07 Feb 2016 22:34:28 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1212 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aScap-0008E5-Pl; Sun, 07 Feb 2016 22:34:28 -0500 In-reply-to: <87egco56s6.fsf@gnus.org> (message from Lars Ingebrigtsen on Mon, 08 Feb 2016 12:29:13 +1100) 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.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:199482 Archived-At: > From: Lars Ingebrigtsen > Date: Mon, 08 Feb 2016 12:29:13 +1100 > > John Wiegley writes: > > > 2. We need a suite of tests for this feature, because it makes a rather > > fundamental change, and I'd like some coverage to ensure that others > > working in similar areas won't break it in future. > > Sure. Network tests have to be done locally though, right? I don't > think we have the infrastructure to set up a TLS server in Emacs, so > that part is kinda hard to test, but there's a lot of other tests we can > do with Emacs as both server and client, of course. Can't something like that be done with Perl or Python, or even (gasp!) with another copy of Emacs, on the same machine?