emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#37582: closed (26.3; C++ complile error wrong rege


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#37582: closed (26.3; C++ complile error wrong regex)
Date: Fri, 04 Oct 2019 13:50:02 +0000

Your message dated Fri, 4 Oct 2019 15:49:15 +0200
with message-id <address@hidden>
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
address@hidden.)


-- 
37582: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37582
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 26.3; C++ complile error wrong regex Date: Wed, 2 Oct 2019 11:50:40 +0000
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'.
 

--- End Message ---
--- Begin Message --- 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.



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]