guile-devel
[Top][All Lists]
Advanced

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

Re: Auto-compilation and the REPL


From: Jean Abou Samra
Subject: Re: Auto-compilation and the REPL
Date: Sat, 3 Jul 2021 17:38:08 +0200 (CEST)

Le 27/06/2021 00:04, Jean Abou Samra <jean@abou-samra.fr> a écrit :


Hello,

It seems that Guile always compiles the code
entered at the REPL even with --no-auto-compile:

jean@laptop-jean:~/repos/lilypond$ guile --no-auto-compile
GNU Guile 3.0.5.130-5a1e7
[Copyright notices...]
scheme@(guile-user)> (nonexistent-procedure)
;;; <stdin>:1:1: warning: possibly unbound variable `nonexistent-procedure'
ice-9/boot-9.scm:1685:16: In procedure raise-exception:
Unbound variable: nonexistent-procedure

Entering a new prompt.  Type `,bt' for a backtrace or `,q' to continue.


The ;;; <stdin> warning is the same as when compiling this
code in a script.

Is this expected? I couldn't find anything about it in the
documentation.

Thanks,
Jean Abou Samra

Forwarding this to the guile-devel list. Should this be considered a bug?

Best regards,
Jean Abou Samra

reply via email to

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