From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.bugs Subject: bug#5607: 23.1; compile error regexps for perl test scripts, mark 2 Date: Sun, 28 Feb 2016 17:10:07 +1100 Message-ID: <87k2lptlfk.fsf@gnus.org> References: <87635srcdp.fsf@blah.blah> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1456639884 7343 80.91.229.3 (28 Feb 2016 06:11:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 28 Feb 2016 06:11:24 +0000 (UTC) Cc: 5607@debbugs.gnu.org To: Kevin Ryde Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Feb 28 07:11:13 2016 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1aZuZU-0006gY-Gc for geb-bug-gnu-emacs@m.gmane.org; Sun, 28 Feb 2016 07:11:12 +0100 Original-Received: from localhost ([::1]:57652 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZuZT-0007tu-GX for geb-bug-gnu-emacs@m.gmane.org; Sun, 28 Feb 2016 01:11:11 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55349) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZuZQ-0007tj-3i for bug-gnu-emacs@gnu.org; Sun, 28 Feb 2016 01:11:09 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aZuZK-0003Fe-St for bug-gnu-emacs@gnu.org; Sun, 28 Feb 2016 01:11:07 -0500 Original-Received: from debbugs.gnu.org ([208.118.235.43]:52255) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZuZK-0003FP-Ow for bug-gnu-emacs@gnu.org; Sun, 28 Feb 2016 01:11:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aZuZK-0001jC-Id for bug-gnu-emacs@gnu.org; Sun, 28 Feb 2016 01:11:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 28 Feb 2016 06:11:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 5607 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 5607-submit@debbugs.gnu.org id=B5607.14566398396615 (code B ref 5607); Sun, 28 Feb 2016 06:11:02 +0000 Original-Received: (at 5607) by debbugs.gnu.org; 28 Feb 2016 06:10:39 +0000 Original-Received: from localhost ([127.0.0.1]:49382 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aZuYx-0001id-F8 for submit@debbugs.gnu.org; Sun, 28 Feb 2016 01:10:39 -0500 Original-Received: from hermes.netfonds.no ([80.91.224.195]:50822) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aZuYu-0001iT-TD for 5607@debbugs.gnu.org; Sun, 28 Feb 2016 01:10:38 -0500 Original-Received: from cpe-60-225-211-161.nsw.bigpond.net.au ([60.225.211.161] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1aZuYV-00040G-SC; Sun, 28 Feb 2016 07:10:12 +0100 In-Reply-To: <87635srcdp.fsf@blah.blah> (Kevin Ryde's message of "Sat, 20 Feb 2010 11:15:14 +1100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-MailScanner-ID: 1aZuYV-00040G-SC MailScanner-NULL-Check: 1457244612.65829@LNwTdPusN3tMVBVpwPWzug X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:114016 Archived-At: Kevin Ryde writes: > I eventually got around to revisiting the compile error regexps I made > for perl test scripts in my compilation-perl.el. > > I was misguided about the "NOK" business of the perl--Test::Harness one > that's now in emacs. I believe the three symbols perl--Test, > perl--Test2 and perl--Test::Harness can be replaced by the two simpler > bits of compile.el.perl.fragment below. compilation.txt fragment below > too, to replace the two sections "* Perl Test module error messages" and > "* Perl Test::Harness output". [...] > 2010-02-20 Kevin Ryde > > * compilation.txt (Perl Test module, Perl Test::Harness): Replace > for new perl--Test and perl--Test-failed symbols. > > (perl--Test > ;; Test.pm ok() message when comparing got/want values (printed in > ;; its _complain()), > ;; > ;; # Test 2 got: "xx" (t-compilation-perl-2.t at line 10) > ;; > ;; And under Test::Harness can be preceded by progress stuff so > ;; allow match anywhere in the line. [...] > Yes. It should be matched. My latest and greatest seems to do so > ( http://user42.tuxfamily.org/compilation-perl/index.html ). I'll try > to double check what I posted. > > Incidentally, the "cucumber" pattern of the emacs24 seems to match the > perl test intro > > # Current time local: Wed Aug 15 12:04:58 2012 > > I wondered if the cucumber "#" bit might be tightened up. Maybe its "#" > is never at the start of a line, or something like that. It's been three years again, so it's time to revisit this bug report. :-) If this is still an issue, can you provide a patch for this instead of code fragments? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no