GNU bug report logs -
#13631
format "~q" argument reports wrong email to report bugs to
Previous Next
Reported by: Zach Davis <zdavkeos <at> gmail.com>
Date: Tue, 5 Feb 2013 07:54:01 UTC
Severity: normal
Done: ludo <at> gnu.org (Ludovic Courtès)
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Head: 180ac9d7b
scheme@(guile-user)> (use-modules (ice-9 format))
scheme@(guile-user)> (format #t "~q")
;;; <stdin>:2:0: warning: "~q": wrong number of `format' arguments:
expected 1, got 0
SLIB Common LISP format version 3.0
(C) copyright 1992-1994 by Dirk Lutzebaeck
please send bug reports to `lutzeb <at> cs.tu-berlin.de'
$1 = #t
scheme@(guile-user)>
(I think the "wrong number of args" error has been fixed)
The comment at the top of the file says to send bug reports to `
bugs-guile <at> gnu.org' (which i believe is correct?)
The address appears in module/ice-9/format.scm line 756.
I didn't thing attaching a patch file would be necessary.
Thanks,
Zach
----------
This bug report was last modified 12 years and 165 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.