Mike Gran <spk...@yahoo.com> writes: > Scheme compilation had two sets of warnings > > ---------------------------- > GUILE_AUTO_COMPILE=0 ../meta/uninstalled-env guile-tools compile -o > "srfi/srfi-35.go" "srfi/srfi-35.scm" > wrote `srfi/srfi-35.go' > > Some deprecated features have been used. Set the environment > variable GUILE_WARN_DEPRECATED to "detailed" and rerun the > program to get more information. Set it to "no" to suppress > this message. > ----------------------------
These and other deprecation warnings are fixed by http://git.savannah.gnu.org/gitweb/?p=guile.git;a=commit;h=f564f4784f856d0b38008327bc877905e36fc56a > It was a bit > of a shock to see all the information about turning autocompilation off > repeated once for each of the ~50 scheme scripts that make up its test > suite, though. Yes. It would be better if the information was only issued once per Guile run. Andy, any objection if I work on that? Neil