From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christian Ohler Newsgroups: gmane.emacs.devel Subject: Re: Bash scripts in black and white Date: Mon, 28 Jun 2010 00:21:30 +1000 Message-ID: <4C275E6A.2030207@fastmail.net> References: <4BEBC372.5010402@alice.it> <4BEDBF5C.1040306@alice.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1277648510 27157 80.91.229.12 (27 Jun 2010 14:21:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 27 Jun 2010 14:21:50 +0000 (UTC) Cc: Angelo Graziosi , Lennart Borgman , Emacs To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 27 16:21:48 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OSsjz-0004YR-Bp for ged-emacs-devel@m.gmane.org; Sun, 27 Jun 2010 16:21:47 +0200 Original-Received: from localhost ([127.0.0.1]:50988 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OSsjy-00066C-A2 for ged-emacs-devel@m.gmane.org; Sun, 27 Jun 2010 10:21:46 -0400 Original-Received: from [140.186.70.92] (port=36084 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OSsjq-00065x-Jp for emacs-devel@gnu.org; Sun, 27 Jun 2010 10:21:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OSsjp-0005JB-Dq for emacs-devel@gnu.org; Sun, 27 Jun 2010 10:21:38 -0400 Original-Received: from out1.smtp.messagingengine.com ([66.111.4.25]:37200) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OSsjp-0005It-BY for emacs-devel@gnu.org; Sun, 27 Jun 2010 10:21:37 -0400 Original-Received: from compute2.internal (compute2.internal [10.202.2.42]) by gateway1.messagingengine.com (Postfix) with ESMTP id 9A9BC108A0A; Sun, 27 Jun 2010 10:21:35 -0400 (EDT) Original-Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute2.internal (MEProxy); Sun, 27 Jun 2010 10:21:35 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=message-id:date:from:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; s=smtpout; bh=0AkNWG9XPXa+ab4rnJKIc6c9g4k=; b=i/85Woi95gE+tdYWmLhnKRu6Ls/4L+Txftobn9jK4xp+zTjp6mzKpiQhndJeu70m+l3yzpG3ZW93XZ/AOW4mpYmsALGRzATZC8AaOeLLiYMpeN/d/lBmFBP+GhfXqddGWF16rRpAA8CWCqgXdmPcvivu9JDgBils8gS86pWJLHo= X-Sasl-enc: 5q01dfiQ90eF/Wy8PQajHGeIO/RydKEk+Q56E9RdjXtP 1277648495 Original-Received: from kraut.local (unknown [211.26.190.5]) by mail.messagingengine.com (Postfix) with ESMTPSA id 987F84E334D; Sun, 27 Jun 2010 10:21:33 -0400 (EDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:126459 Archived-At: Stefan Monnier, 2010-05-15: >> If someone has time to add unit tests to Emacs this would be a bit >> better... ;-) >> ert.el with my small additions could handle tests for things like this. I have already integrated your additions into ERT. > Yes, as I said, I'd be delighted to integrate something like that in > emacs/test. I am working on cleaning up ERT for inclusion; you can follow my progress at http://github.com/ohler/ert/commits/master . I haven't yet received a response from assign at gnu dot org, so I'm taking my time and adding some missing features. Once I update the manual, you can begin reviewing the code. Christian.