From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: Which files suffer from a complete lack of tests? Date: Thu, 29 Oct 2015 03:13:05 +0200 Message-ID: <563172A1.7090009@yandex.ru> References: <87eggex0jr.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1446081222 29264 80.91.229.3 (29 Oct 2015 01:13:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 29 Oct 2015 01:13:42 +0000 (UTC) Cc: emacs-devel To: Michael Albinus , Artur Malabarba Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 29 02:13:27 2015 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 1ZrbmQ-0004y0-43 for ged-emacs-devel@m.gmane.org; Thu, 29 Oct 2015 02:13:26 +0100 Original-Received: from localhost ([::1]:41395 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrbmP-00049c-CR for ged-emacs-devel@m.gmane.org; Wed, 28 Oct 2015 21:13:25 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40107) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrbmB-00049X-Co for emacs-devel@gnu.org; Wed, 28 Oct 2015 21:13:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zrbm8-0007d9-63 for emacs-devel@gnu.org; Wed, 28 Oct 2015 21:13:11 -0400 Original-Received: from mail-wm0-x236.google.com ([2a00:1450:400c:c09::236]:37985) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zrbm7-0007cz-Vo for emacs-devel@gnu.org; Wed, 28 Oct 2015 21:13:08 -0400 Original-Received: by wmeg8 with SMTP id g8so15566117wme.1 for ; Wed, 28 Oct 2015 18:13:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=Uf8PXSat/zmIoLqDNWK67QpXZmnHlFcP0nPdA2VdgD8=; b=FdU6DKqAx2B6bGuWjGMu76vHp1Ju3uoPIZX4n3oT+/WDnbWsRINGo9jPPimaF8NyUr QXKjuZnuZ+pm8kyGGpemJdzj27Jmyz1IsnoLvUoTOHW/hfQEwEz8/9KF396D1E5DkUA1 M5CDmxzIzfl9ZU9ooUjzeiqCw2poIDce/ssQBLesrr2/J4sCidq2bAFfEu62oEHQX1SG Ik5eRBGbBwcxPqJkoiC5uE+L24H7lYnEu0ByOdhG1QYM0mNTFfA2StE6Lu+gNUgagDN9 MklL3I3QrvqSh1cxdayb1uR5P++SGme1B+vpb9giJSusdyC0pL0sIP/hGY2MbNPJmADd XAsQ== X-Received: by 10.28.23.206 with SMTP id 197mr476883wmx.88.1446081187296; Wed, 28 Oct 2015 18:13:07 -0700 (PDT) Original-Received: from [192.168.1.2] ([185.105.175.24]) by smtp.googlemail.com with ESMTPSA id it4sm52239763wjb.0.2015.10.28.18.13.06 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 28 Oct 2015 18:13:06 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:42.0) Gecko/20100101 Thunderbird/42.0 In-Reply-To: <87eggex0jr.fsf@gmx.de> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c09::236 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:192845 Archived-At: On 10/28/2015 09:20 PM, Michael Albinus wrote: > Last year, I've started to write vc-tests.el. I have not enough > knowledge about vc to do it on my own, but I was enouraged by Eric > Raymond to do so. Unfortunately, he stopped to support me after a while, > so the work is stalled since then. I should be able to help, sometime. The tests already in place seem to work well enough, though, and we should strive to add more tests together with any bugfixes in VC that call for it.