guile-user
[Top][All Lists]
Advanced

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

Re: Tool for detecting unresolved free variables


From: Thien-Thi Nguyen
Subject: Re: Tool for detecting unresolved free variables
Date: Sat, 02 Mar 2002 16:25:08 -0800

   [posted to guile-sources]
   From: Neil Jerram <address@hidden>
   Date: 02 Mar 2002 15:34:43 +0000

   Here's a useful tool.  It scans code for unresolved free variables -
   i.e. names for which you are probably missing a `#:use-module' in
   your `define-module' form, or for which the module that is supposed
   to export them forgot to.

   [code for module `(ossau scan-dependencies)']

sweet.  this would be a nice addition to the guile-tools collection, as
a major component of a lint-type tool.  i vote that you add it to guile
(1.6, even!), and get scripts/Makefile to demo it in "make overview".

M-x crank-the-reflection!

thi



reply via email to

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