[myuser@pinot ~]$ guile test-working ;;; note: autocompilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-autocompile argument to disable. ;;; compiling test-working WARNING: (srfi srfi-18): imported module (srfi srfi-34) overrides core binding `raise' ;;; compiled /home/myuser/.cache/guile/ccache/1.9-0.L-LE-4/home/myuser/test-working.go build thread task harness build thread build thread task harness build thread task harness build thread task harness task harness build thread task harness In thread In thread In thread In thread [myuser@pinot ~]$ guile test-working WARNING: (srfi srfi-18): imported module (srfi srfi-34) overrides core binding `raise' build thread task harness build thread task harness build thread task harness build thread task harness build thread build thread task harness task harness In thread In thread In thread In thread [myuser@pinot ~]$ GUILE_AUTO_COMPILE=0 guile test-broken WARNING: (srfi srfi-18): imported module (srfi srfi-34) overrides core binding `raise' build thread task harness build thread task harness build thread task harness build thread build threadtask harness task harness build thread task harness In thread In thread In thread [myuser@pinot ~]$ GUILE_AUTO_COMPILE=1 guile test-broken ;;; note: autocompilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-autocompile argument to disable. ;;; compiling test-broken WARNING: (srfi srfi-18): imported module (srfi srfi-34) overrides core binding `raise' ;;; compiled /home/myuser/.cache/guile/ccache/1.9-0.L-LE-4/home/myuser/test-broken.go build thread build thread build thread build thread build thread build thread [myuser@pinot ~]$ GUILE_AUTO_COMPILE=0 guile test-broken WARNING: (srfi srfi-18): imported module (srfi srfi-34) overrides core binding `raise' build thread build thread build thread build thread build thread build thread ^C [myuser@pinot ~]$ touch test-broken [myuser@pinot ~]$ GUILE_AUTO_COMPILE=0 guile test-broken ;;; note: source file test-broken ;;; newer than compiled /home/myuser/.cache/guile/ccache/1.9-0.L-LE-4/home/myuser/test-broken.go WARNING: (srfi srfi-18): imported module (srfi srfi-34) overrides core binding `raise' build thread build threadtask harness build threadtask harness build threadtask harness build thread task harness build thread task harness task harness In thread In thread In thread In thread