merge 13631 13485 thanks Hi,
Zach Davis <[email protected]> skribis: > 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 `[email protected]' > $1 = #t This has been fixed in the ‘stable-2.0’ branch by 90baf8cd. Can you apply it and confirm that it works? Thanks, Ludo’.
