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
Note that this does not happens with Guile 2.2
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