Compare commits
2 commits
b3fa4d069b
...
cfc40069fb
| Author | SHA1 | Date | |
|---|---|---|---|
| cfc40069fb | |||
| b451e04169 |
2 changed files with 3 additions and 2 deletions
|
|
@ -36,4 +36,4 @@ EXTRA_DIST = \
|
|||
pre-inst-env.in
|
||||
|
||||
check: $(GOBJECTS) $(TESTS_GOBJECTS)
|
||||
find tests -name "*.scm" | xargs -t -L1 ./test-env guile
|
||||
find tests -maxdepth 1 -name "*.scm" | xargs -t -L1 ./test-env guile
|
||||
|
|
|
|||
|
|
@ -385,7 +385,8 @@ on the procedure being called at any particular time."
|
|||
#f
|
||||
"wrong number of values returned from handler, expecting 2, got ~A"
|
||||
(length other)))
|
||||
handler)))))))))))))))
|
||||
handler))))))))))
|
||||
#:unwind? #t)))))
|
||||
(with-exception-handler
|
||||
(lambda (exn)
|
||||
(write-response-exception-handler exn request))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue