guile-devel
[Top][All Lists]
Advanced

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

Reporting possibly unbound variables


From: Ludovic Courtès
Subject: Reporting possibly unbound variables
Date: Wed, 07 Oct 2009 00:21:28 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Hello,

I just committed support for ‘-Wunbound-variable’:

  
http://git.sv.gnu.org/cgit/guile.git/commit/?id=f67ddf9dbfec851676806a2f3dff7eae539ac499

It works pretty well, except for occurrences of ‘define-class’ et al.,
which lead to false positives because the code generated by these macros
doesn’t use ‘define’ (this is to make sure a top-level binding is
created, not a lexical one.)

Ideas on how to “fix” it?

(Presumably I won’t work on it again until after 1.9.4.)

Thanks,
Ludo’.





reply via email to

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