unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* Reporting possibly unbound variables
@ 2009-10-06 22:21 Ludovic Courtès
  2009-10-07 20:27 ` Neil Jerram
  0 siblings, 1 reply; 10+ messages in thread
From: Ludovic Courtès @ 2009-10-06 22:21 UTC (permalink / raw)
  To: guile-devel

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’.





^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2009-10-21 18:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-06 22:21 Reporting possibly unbound variables Ludovic Courtès
2009-10-07 20:27 ` Neil Jerram
2009-10-07 21:53   ` Ludovic Courtès
2009-10-19 18:58     ` Andy Wingo
2009-10-20  8:08       ` Ludovic Courtès
2009-10-20 18:42         ` Andy Wingo
2009-10-21 11:59           ` eval-case Ludovic Courtès
2009-10-21 18:06             ` eval-case Andy Wingo
2009-10-19 18:56   ` Reporting possibly unbound variables Andy Wingo
2009-10-19 21:23     ` Neil Jerram

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).