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: Richter, Jörg <Joerg.Richter <at> pdv-FS.de>
Subject: bug#37582: closed (Re: bug#37582: 26.3; C++ complile error wrong
 regex)
Date: Fri, 04 Oct 2019 13:50:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#37582: 26.3; C++ complile error wrong regex

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 37582 <at> debbugs.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: 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.


[Message part 3 (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 4 (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 5 (text/html, inline)]

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.