bug#50059: (ice-9 format) undesirably loaded when compiling

2021-08-14 Thread Jean Abou Samra
Hello, Please have a look at the following session: $ cat bug.scm (format #t "~f\n" 42) $ guile --no-auto-compile bug.scm Backtrace:    1 (primitive-load "/home/jean/repos/guile/bug.scm")    0 (simple-format #t "~f\n" 42) ERROR: In procedure simple-format: In procedure simple-fo

bug#49686: Confusing presence of #f in error message

2021-08-14 Thread Jean Abou Samra
Note that this does not happens with Guile 2.2

bug#50060: The REPL does not honor --no-auto-compile

2021-08-14 Thread Jean Abou Samra
Even when guile is run with --no-auto-compile, the REPL still seems to be compiling the source. $ guile --no-auto-compile GNU Guile 3.0.5.130-5a1e7 [Legalese…] scheme@(guile-user)> unbound-variable ;;; :1:0: warning: possibly unbound variable `unbound-variable' [Backtrace…] This "possibly unboun