GNU bug report logs - #47024
28.0.50; [feature/native-comp] Warnings from async compilations truncated

Previous Next

Package: emacs;

Reported by: Eli Zaretskii <eliz <at> gnu.org>

Date: Tue, 9 Mar 2021 17:48:02 UTC

Severity: normal

Found in version 28.0.50

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: Andrea Corallo <akrl <at> sdf.org>
Cc: 47024 <at> debbugs.gnu.org
Subject: bug#47024: 28.0.50; [feature/native-comp] Warnings from async compilations truncated
Date: Wed, 10 Mar 2021 05:24:30 +0200
> From: Andrea Corallo <akrl <at> sdf.org>
> Cc: 47024 <at> debbugs.gnu.org
> Date: Tue, 09 Mar 2021 20:37:57 +0000
> 
> >   Warning (comp): seq.el:396:16: Warning: `seq-contains' is an obsolete generic function (as of Disable showing Disable logging
> >
> > Note the truncation after "(as of".
> >
> > Why does this happen? can it be fixed?
> 
> ATM we capture each Warning (or error) with the following regexp:
> "^.*+?\\(?:Error\\|Warning\\): .*$"
> 
> So I expect we match the full line (if is a multi line diagnostic we'll
> loose what's following).

The message comes from a sub-process, right?  Could it be that we
match prematurely, when only part of the text was received?




This bug report was last modified 4 years and 146 days ago.

Previous Next


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