GNU bug report logs - #37582
26.3; C++ complile error wrong regex

Previous Next

Package: emacs;

Reported by: Richter, Jörg <Joerg.Richter <at> pdv-FS.de>

Date: Wed, 2 Oct 2019 12:29:01 UTC

Severity: normal

Found in version 26.3

Done: Mattias Engdegård <mattiase <at> acm.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Mattias Engdegård <mattiase <at> acm.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#37582: closed (26.3; C++ complile error wrong regex)
Date: Fri, 04 Oct 2019 13:50:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 4 Oct 2019 15:49:15 +0200
with message-id <A906E80E-088D-46CB-87B1-B6EE019398C3 <at> acm.org>
and subject line Re: bug#37582: 26.3; C++ complile error wrong regex
has caused the debbugs.gnu.org bug report #37582,
regarding 26.3; C++ complile error wrong regex
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
37582: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37582
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Richter, Jörg <Joerg.Richter <at> pdv-FS.de>
To: "bug-gnu-emacs <at> gnu.org" <bug-gnu-emacs <at> gnu.org>
Subject: 26.3; C++ complile error wrong regex
Date: Wed, 2 Oct 2019 11:50:40 +0000
[Message part 3 (text/plain, inline)]
compile.el contains this line:

       (: "[ skipping " (+ ".") " ]")

I think this should be:

       (: "[ skipping " (+ (regexp ".")) " ]")

A typical error message is:

boost/container/detail/flat_tree.hpp:589:25:   [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]

This is diagnosed as 'error' and not 'note'.

[Message part 4 (text/html, inline)]
[Message part 5 (message/rfc822, inline)]
From: Mattias Engdegård <mattiase <at> acm.org>
To: 37582-done <at> debbugs.gnu.org
Cc: Richter Jörg <Joerg.Richter <at> pdv-FS.de>
Subject: Re: bug#37582: 26.3; C++ complile error wrong regex
Date: Fri, 4 Oct 2019 15:49:15 +0200
Thanks for spotting that! It was a transcription error introduced when that regexp was converted to rx by hand (they say there are automated tools for that now). I've read through it, and there seems to be no more errors of that type.

Pushed to master.



This bug report was last modified 5 years and 285 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.