Re: Quiet compilation for scripting

2024-03-18 Thread Matt Wette
On 3/18/24 6:40 AM, Matt Wette wrote: On 3/15/24 1:52 PM, Matt Wette wrote: As mentioned on another topic (start=up message) I had once hacked guile to have a info-port, with initial welcome message and compile messages going to (current-info-port). Adding a command arg to set that to a file

Re: Quiet compilation for scripting

2024-03-18 Thread Matt Wette
On 3/15/24 1:52 PM, Matt Wette wrote: As mentioned on another topic (start=up message) I had once hacked guile to have a info-port, with initial welcome message and compile messages going to (current-info-port). Adding a command arg to set that to a file or /dev/null would fix both issues.

Re: Quiet compilation for scripting

2024-03-17 Thread Kevin Mazzarella
On Fri, Mar 15, 2024, at 3:52 PM, Matt Wette wrote: > As mentioned on another topic (start=up message) I had once hacked guile > to have a info-port, with initial welcome message and compile messages > going to (current-info-port). Adding a command arg to set that to a file or > /dev/null would fix

Re: Quiet compilation for scripting

2024-03-15 Thread tomas
On Fri, Mar 15, 2024 at 01:52:10PM -0700, Matt Wette wrote: > On 3/15/24 1:47 PM, Marc Chantreux wrote: > > On Fri, Mar 15, 2024 at 08:00:09PM +0100, to...@tuxteam.de wrote: > > > > I think most of Guile user actually want this feature for a long time. > > > > I can understand. > > > I agree. > > s

Re: Quiet compilation for scripting

2024-03-15 Thread Matt Wette
On 3/15/24 1:52 PM, Matt Wette wrote: On 3/15/24 1:47 PM, Marc Chantreux wrote: On Fri, Mar 15, 2024 at 08:00:09PM +0100, to...@tuxteam.de wrote: I think most of Guile user actually want this feature for a long time. I can understand. I agree. so do I. As mentioned on another topic (start=u

Re: Quiet compilation for scripting

2024-03-15 Thread Matt Wette
On 3/15/24 1:47 PM, Marc Chantreux wrote: On Fri, Mar 15, 2024 at 08:00:09PM +0100, to...@tuxteam.de wrote: I think most of Guile user actually want this feature for a long time. I can understand. I agree. so do I. As mentioned on another topic (start=up message) I had once hacked guile to

Re: Quiet compilation for scripting

2024-03-15 Thread Marc Chantreux
On Fri, Mar 15, 2024 at 08:00:09PM +0100, to...@tuxteam.de wrote: > > I think most of Guile user actually want this feature for a long time. > > I can understand. > I agree. so do I. -- Marc Chantreux Pôle CESAR (Calcul et services avancés à la recherche) Université de Strasbourg 14 rue René Des

Re: Quiet compilation for scripting

2024-03-15 Thread tomas
On Fri, Mar 15, 2024 at 02:51:51PM -0400, Olivier Dion wrote: > On Fri, 15 Mar 2024, Keith Wright wrote: > > Olivier Dion writes: [supress auto-compilation warnings] > >> Not possible unfortunately :-( > > > > Why would this be unfortunate? This seems like a feature (non-bug). > > I think mos

Re: Quiet compilation for scripting

2024-03-15 Thread Olivier Dion
On Fri, 15 Mar 2024, Keith Wright wrote: > Olivier Dion writes: > Like the warning says, you ought to either use the GUILE_AUTO_COMPILE environment variable or use the `--no-auto-compile' switch. Unfortunately, there is no `--quiet' or `--warning=/dev/null' option. >>> >>> I think

Re: Quiet compilation for scripting

2024-03-15 Thread Keith Wright
Olivier Dion writes: >>> Like the warning says, you ought to either use the GUILE_AUTO_COMPILE >>> environment variable or use the `--no-auto-compile' switch. >>> Unfortunately, there is no `--quiet' or `--warning=/dev/null' option. >> >> I think the OP is fine with autocompilation (I even guess

Re: Quiet compilation for scripting

2024-03-15 Thread Olivier Dion
On Fri, 15 Mar 2024, wrote: > On Fri, Mar 15, 2024 at 01:31:43PM -0400, Olivier Dion wrote: >> On Fri, 15 Mar 2024, ks...@sent.com wrote: >> > 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 > > [...] > >> Like the

Re: Quiet compilation for scripting

2024-03-15 Thread tomas
On Fri, Mar 15, 2024 at 01:31:43PM -0400, Olivier Dion wrote: > On Fri, 15 Mar 2024, ks...@sent.com wrote: > > 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 [...] > Like the warning says, you ought to either use

Re: Quiet compilation for scripting

2024-03-15 Thread Olivier Dion
On Fri, 15 Mar 2024, ks...@sent.com wrote: > 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 sta

Re: Quiet compilation for scripting

2024-03-15 Thread Tomas Volf
Hello, On 2024-03-15 12:15:33 -0500, ks...@sent.com wrote: > 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

Quiet compilation for scripting

2024-03-15 Thread ksoft
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