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

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

bug#47031: closed (False positives for ‘-Wunbound-variable’ in 3.0.5)


From: GNU bug Tracking System
Subject: bug#47031: closed (False positives for ‘-Wunbound-variable’ in 3.0.5)
Date: Sat, 01 May 2021 23:27:02 +0000

Your message dated Sun, 02 May 2021 01:26:43 +0200
with message-id <87sg36593g.fsf@gnu.org>
and subject line Re: bug#47031: False positives for ‘-Wunbound-variable’ in 
3.0.5
has caused the debbugs.gnu.org bug report #47031,
regarding False positives for ‘-Wunbound-variable’ in 3.0.5
to be marked as done.

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


-- 
47031: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=47031
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: False positives for ‘-Wunbound-variable’ in 3.0.5 Date: Tue, 09 Mar 2021 23:18:19 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
The new ‘unbound-variable’ warning in 3.0.5 has false positives, as in
this example:

--8<---------------cut here---------------start------------->8---
$ cat /tmp/unbound.scm
(use-modules (srfi srfi-35))

(condition (&message (message "oh no!"))
           (&serious))
$ guild compile -Wunbound-variable /tmp/unbound.scm
/tmp/unbound.scm:3:0: warning: possibly unbound variable 
`make-compound-condition'
wrote `/home/ludo/.cache/guile/ccache/3.0-LE-8-4.4/tmp/unbound.scm.go'
$ guild --version
guild (GNU Guile) 3.0.5
Copyright (C) 2021 Free Software Foundation, Inc.

License LGPLv3+: GNU LGPL 3 or later <http://gnu.org/licenses/lgpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
--8<---------------cut here---------------end--------------->8---

3.0.4 and earlier versions are fine.

Ludo’.



--- End Message ---
--- Begin Message --- Subject: Re: bug#47031: False positives for ‘-Wunbound-variable’ in 3.0.5 Date: Sun, 02 May 2021 01:26:43 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Ludovic Courtès <ludo@gnu.org> skribis:

> The problem was that ‘make-compound-condition’ is re-exported from (srfi
> srfi-35) and this particular case was not handled.
>
> The attached patch fixes it.  Let me know what you think!

Pushed as 5969490f55e5a167a3eb2573a3c5241c0ce079f3 following the
IRC’d LGTM.  :-)

Ludo’.


--- End Message ---

reply via email to

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