This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Guile".
http://git.savannah.gnu.org/cgit/guile.git/commit/?id=1d8b325994e4062e215c2501b7aa615f3672214d The branch, master has been updated via 1d8b325994e4062e215c2501b7aa615f3672214d (commit) from 85270a8c895f5912d688d764b686fdaeba0157d5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1d8b325994e4062e215c2501b7aa615f3672214d Author: Andy Wingo <[email protected]> Date: Tue Apr 8 10:06:40 2014 +0200 Compile some standalone tests to bytecode * test-suite/standalone/test-out-of-memory: * test-suite/standalone/test-stack-overflow: Compile these files before running them. That way, recursion can check the stack-overflow mechanism instead of the memory allocation mechanism. We compile beforehand as a prepass so as not to impose an rlimit on a Guile that previously ran auto-compilation. ----------------------------------------------------------------------- Summary of changes: test-suite/standalone/test-out-of-memory | 1 + test-suite/standalone/test-stack-overflow | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/test-suite/standalone/test-out-of-memory b/test-suite/standalone/test-out-of-memory index bf55a41..2ae3ee6 100755 --- a/test-suite/standalone/test-out-of-memory +++ b/test-suite/standalone/test-out-of-memory @@ -1,4 +1,5 @@ #!/bin/sh +guild compile "$0" exec guile -q -s "$0" "$@" !# diff --git a/test-suite/standalone/test-stack-overflow b/test-suite/standalone/test-stack-overflow index 5a0b777..3b979a9 100755 --- a/test-suite/standalone/test-stack-overflow +++ b/test-suite/standalone/test-stack-overflow @@ -1,4 +1,5 @@ #!/bin/sh +guild compile "$0" exec guile -q -s "$0" "$@" !# hooks/post-receive -- GNU Guile
