bug#23349: Compile output shall be error output

2017-02-28 Thread Andy Wingo
On Sat 25 Jun 2016 22:54, Matt Wette writes: > And I believe this works as asked. Below I execute the same “load” three > times under guile, under bash: first two w/o “2>/dev/null”, and the third > time with “2>/dev/null” . For the > fourth time, I use “2>/dev/null -s ,update” to process as scr

bug#23349: Compile output shall be error output

2016-06-25 Thread Matt Wette
And I believe this works as asked. Below I execute the same “load” three times under guile, under bash: first two w/o “2>/dev/null”, and the third time with “2>/dev/null” . For the fourth time, I use “2>/dev/null -s ,update” to process as script (and skip the banner). mwette$ guile GNU Guile

bug#23349: Compile output shall be error output

2016-06-25 Thread Matt Wette
This issue is very similar to that in #16364.

bug#23349: Compile output shall be error output

2016-04-23 Thread Jean Louis
When editing a guile file and running it, it is going to compile it, and there are warnings: ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /home/data1/protected/bin/webm2html ;;; compiled ;;; /home/