1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 14:21:10 +02:00
guile/module/language/tree-il
Ludovic Courtès 8ac39b38d1 Handle ~p in 'format' warnings.
Fixes <http://bugs.gnu.org/18299>.
Reported by Frank Terbeck <ft@bewatermyfriend.org>.

* module/language/tree-il/analyze.scm (format-string-argument-count):
  Add case for ~p.
* test-suite/tests/tree-il.test ("warnings")["format"]("~p", "~p, too
  few arguments", "~:p", "~:@p, too many arguments", "~:@p, too few
  arguments"): New tests.
2014-08-26 23:41:33 +02:00
..
analyze.scm Handle ~p in 'format' warnings. 2014-08-26 23:41:33 +02:00
canonicalize.scm allow case-lambda expressions with no clauses 2013-03-09 11:16:31 +01:00
compile-glil.scm Fix foreign slot initialization and access 2014-04-27 11:02:35 +02:00
cse.scm allow case-lambda expressions with no clauses 2013-03-09 11:16:31 +01:00
debug.scm allow case-lambda expressions with no clauses 2013-03-09 11:16:31 +01:00
effects.scm allow case-lambda expressions with no clauses 2013-03-09 11:16:31 +01:00
fix-letrec.scm fix-letrec uses effects.scm for effects analysis 2012-07-05 20:40:56 +02:00
inline.scm separate peval and a new canonicalization pass into their own modules 2011-09-28 19:39:39 +02:00
optimize.scm enable cse 2012-04-23 21:52:24 +02:00
peval.scm Fix inlining of tail list to apply. 2014-01-07 03:37:21 +00:00
primitives.scm Compile numerical comparisons with more than 2 arguments to VM code. 2014-02-01 01:19:16 -05:00
spec.scm Add 'for-humans?' flag to <language> specifications. 2013-01-27 10:16:40 -05:00