unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* Quiet compilation for scripting
@ 2024-03-15 17:15 ksoft
  2024-03-15 17:27 ` Tomas Volf
  2024-03-15 17:31 ` Olivier Dion
  0 siblings, 2 replies; 15+ messages in thread
From: ksoft @ 2024-03-15 17:15 UTC (permalink / raw)
  To: guile-user

I am in the process of rewriting in Guile a script that I use regularly. Running Guile 3.0.9, when I execute a file containing

  #!/usr/local/bin/guile -s
  !#
  (display "Hello, mailing list!")
  (newline)

the following is printed to standard error:

  ;;; note: source file /Users/me/./test.scm
  ;;;       newer than compiled /Users/me/.cache/guile/ccache/3.0-LE-8-4.6/Users/me/test.scm.go
  ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
  ;;;       or pass the --no-auto-compile argument to disable.
  ;;; compiling /Users/me/./test.scm
  ;;; compiled /Users/me/.cache/guile/ccache/3.0-LE-8-4.6/Users/me/test.scm.go

While not showstopping, it would be preferable if there were a way to suppress the message. This has been mentioned here and in other venues previously [1][2][3], but the last mention was over 10 years ago and perusal of the Guile manual suggests nothing toward this end has been implemented yet. Would adding a --quiet switch cause breakage?

Best,
Kevin

[1] https://lists.gnu.org/archive/html/guile-user/2011-03/msg00002.html
[2] https://lists.gnu.org/archive/html/guile-devel/2011-03/msg00373.html
[3] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=734009


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2024-03-18 14:31 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-15 17:15 Quiet compilation for scripting ksoft
2024-03-15 17:27 ` Tomas Volf
2024-03-15 17:31 ` Olivier Dion
2024-03-15 17:50   ` tomas
2024-03-15 18:03     ` Olivier Dion
2024-03-15 18:28       ` Keith Wright
2024-03-15 18:51         ` Olivier Dion
2024-03-15 19:00           ` tomas
2024-03-15 20:47             ` Marc Chantreux
2024-03-15 20:52               ` Matt Wette
2024-03-15 21:09                 ` Matt Wette
2024-03-16  6:08                 ` tomas
2024-03-18  4:09                 ` Kevin Mazzarella
2024-03-18 13:40                 ` Matt Wette
2024-03-18 14:31                   ` Matt Wette

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).