GNU bug report logs - #57119
Warning level 0 still yields warnings

Previous Next

Package: guile;

Reported by: Jean Abou Samra <jean <at> abou-samra.fr>

Date: Wed, 10 Aug 2022 16:17:01 UTC

Severity: normal

To reply to this bug, email your comments to 57119 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guile <at> gnu.org:
bug#57119; Package guile. (Wed, 10 Aug 2022 16:17:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jean Abou Samra <jean <at> abou-samra.fr>:
New bug report received and forwarded. Copy sent to bug-guile <at> gnu.org. (Wed, 10 Aug 2022 16:17:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jean Abou Samra <jean <at> abou-samra.fr>
To: bug-guile <at> gnu.org
Subject: Warning level 0 still yields warnings
Date: Wed, 10 Aug 2022 18:16:26 +0200
For example:

$ cat cased.scm
(case 5
  ((5 5) 5))
$ guild3.0 compile -W0 cased.scm
cased.scm:2:3: warning: duplicate datum 5 in clause ((5 5) 5) of case 
expression (case 5 ((5 5) 5))
wrote `/[...]/cased.scm.go'


The documentation says that passing -W0 suppresses all warnings.
The above shows that this is not the case, at least not for
all warnings.

This is with Guile 3.0.7.





This bug report was last modified 1 year and 231 days ago.

Previous Next


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