bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#13631: format "~q" argument reports wrong email to report bugs to


From: Zach Davis
Subject: bug#13631: format "~q" argument reports wrong email to report bugs to
Date: Mon, 4 Feb 2013 20:36:31 -0600

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 address@hidden'
$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 `
address@hidden' (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
----------




reply via email to

[Prev in Thread] Current Thread [Next in Thread]