From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Turning compilation.txt into an automated test Date: Sun, 23 Jan 2011 15:54:36 -0500 Message-ID: <87vd1fcpdf.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1295816093 6871 80.91.229.12 (23 Jan 2011 20:54:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 23 Jan 2011 20:54:53 +0000 (UTC) Cc: Christian Ohler To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 23 21:54:49 2011 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 1Ph6xV-0004r2-DA for ged-emacs-devel@m.gmane.org; Sun, 23 Jan 2011 21:54:49 +0100 Original-Received: from localhost ([127.0.0.1]:43325 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ph6xV-000307-2o for ged-emacs-devel@m.gmane.org; Sun, 23 Jan 2011 15:54:49 -0500 Original-Received: from [140.186.70.92] (port=37877 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ph6xQ-0002zb-99 for emacs-devel@gnu.org; Sun, 23 Jan 2011 15:54:45 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ph6xP-00059E-Eb for emacs-devel@gnu.org; Sun, 23 Jan 2011 15:54:44 -0500 Original-Received: from vm-emlprdomr-05.its.yale.edu ([130.132.50.146]:60150) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ph6xN-00058X-EW; Sun, 23 Jan 2011 15:54:41 -0500 Original-Received: from furball (162.254.218.209.transedge.com [209.218.254.162]) (authenticated bits=0) by vm-emlprdomr-05.its.yale.edu (8.14.4/8.14.4) with ESMTP id p0NKsd3n004110 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 23 Jan 2011 15:54:39 -0500 Original-Received: by furball (Postfix, from userid 1000) id 1084316075F; Sun, 23 Jan 2011 15:54:36 -0500 (EST) X-Scanned-By: MIMEDefang 2.71 on 130.132.50.146 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:134873 Archived-At: Now that ERT is present in Emacs, it would be nice to convert the compilation-mode tests in etc/compilation.txt into something automated. Currently, this file requires a developer to scan through dozens of compiler messages looking for mistaken highlighting, a ridiculous task. Indeed this part of Emacs has been plagued by regression bugs, so an automated test would be valuable. Is anyone interested in taking on this job?