[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#16364: auto-compile noise can't be avoided by script
From: |
Taylan Kammer |
Subject: |
bug#16364: auto-compile noise can't be avoided by script |
Date: |
Tue, 18 May 2021 00:31:36 +0200 |
User-agent: |
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 |
Attached is a patch that adds a command-line switch --silence-auto-compile
which disables all diagnostics about auto-compilation except when the
auto-compilation of a file fails.
This can be used the following way in a script:
#!/usr/bin/guile \
--silence-auto-compile --any --other --switches -s
!#
See:
https://www.gnu.org/software/guile/manual/html_node/The-Meta-Switch.html
--
Taylan
0001-Add-command-line-switch-silence-auto-compile.patch
Description: Text document
- bug#16364: auto-compile noise can't be avoided by script,
Taylan Kammer <=