unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#13485: wrong warning for format ~!
@ 2013-01-18 12:09 Daniel Llorens
  2013-01-18 21:36 ` Ian Price
  0 siblings, 1 reply; 8+ messages in thread
From: Daniel Llorens @ 2013-01-18 12:09 UTC (permalink / raw)
  To: 13485


In 2.0.7

scheme@(guile-user)> (import (ice-9 format))
scheme@(guile-user)> (format #t "~!")
;;; <stdin>:2:0: warning: "~!": wrong number of `format' arguments: expected 1, got 0
$1 = #t
scheme@(guile-user)> (format #t "~!" 3)
$2 = #t
scheme@(guile-user)> (format #t "~!~a" 3 9)  
3$3 = #t
scheme@(guile-user)> (format #t "~a~!" 3 9)  
3$4 = #t
scheme@(guile-user)> (version)
$5 = "2.0.7.28-581f4"

So it doesn't take an argument, it only affects the warning.

Regards,

	Daniel




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

end of thread, other threads:[~2013-03-07 22:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-18 12:09 bug#13485: wrong warning for format ~! Daniel Llorens
2013-01-18 21:36 ` Ian Price
2013-01-19 17:24   ` Ian Price
2013-01-19 17:45     ` Ian Price
2013-01-19 20:28     ` Ludovic Courtès
2013-01-28 14:36       ` Ian Price
2013-01-28 16:23         ` Ludovic Courtès
2013-03-07 22:24           ` Andy Wingo

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