1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-08 22:50:27 +02:00
guile/module/language/tree-il
Ludovic Courtès f67ddf9dbf Add compiler warning for possibly unbound variables.
* module/language/tree-il/analyze.scm (<toplevel-info>): New record
  type.
  (env-module, report-possibly-unbound-variables): New procedures.

* module/language/tree-il/compile-glil.scm (%warning-passes): Add
  `unbound-variable'.

* module/system/base/message.scm (%warning-types): Likewise.

* test-suite/tests/tree-il.test (read-and-compile, %opts-w-unbound):
  New.
  ("warnings")["unbound variable"]: New test prefix.
2009-10-06 23:41:39 +02:00
..
analyze.scm Add compiler warning for possibly unbound variables. 2009-10-06 23:41:39 +02:00
compile-glil.scm Add compiler warning for possibly unbound variables. 2009-10-06 23:41:39 +02:00
fix-letrec.scm "fix" <let>-bound lambda expressions too 2009-08-12 21:29:08 +02:00
inline.scm actually implement "fixing letrec" 2009-08-06 16:01:24 +02:00
optimize.scm let-values in terms of syntax-case, add make-tree-il-folder 2009-08-05 21:35:30 +02:00
primitives.scm fix compile-time bug compiling (+ "foo" " bar") 2009-09-06 14:15:45 +02:00
spec.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00