1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-07 08:40:21 +02:00
guile/module/language/tree-il
Andy Wingo dab48cc567 tweaks to -Wformat's gettext detection
* module/language/tree-il/analyze.scm (proc-ref?): Change to use less
  false-if-exception and more variable-bound?.  If a variable is present
  in the local module but not bound, assume that it is gettext if it has
  the right name.  This is to allow for (define _ gettext).

* test-suite/tests/tree-il.test ("warnings"): Update (_ "foo") example.
2012-03-02 17:46:28 +01:00
..
analyze.scm tweaks to -Wformat's gettext detection 2012-03-02 17:46:28 +01:00
canonicalize.scm tree-il: fix `canonicalize!' for prompts 2012-03-02 16:47:39 +01:00
compile-glil.scm fix values miscompilation in push context with RA 2012-01-25 10:37:25 +01:00
debug.scm add tree-il verifier 2011-10-07 11:05:43 +02:00
fix-letrec.scm Placate a number of `syntax-check' verifications. 2012-01-05 23:38:10 +01:00
inline.scm separate peval and a new canonicalization pass into their own modules 2011-09-28 19:39:39 +02:00
optimize.scm optimizer verifies its output 2011-10-07 11:06:19 +02:00
peval.scm peval: inline applications of lambda to rest args 2012-03-02 16:47:39 +01:00
primitives.scm more general treatment of call-with-prompt 2012-03-02 16:47:39 +01:00
spec.scm remove `version' field from <language> 2010-05-02 11:19:13 +02:00