diff options
| author | 2025-02-14 19:40:13 -0500 | |
|---|---|---|
| committer | 2025-02-14 19:40:13 -0500 | |
| commit | ec4ac3f37b933532345afd7df5bcffc761287968 (patch) | |
| tree | 496d07a6a51b0fe8250d2f634fd3fdf4700a498d | |
| parent | move files to fit the library search of implementations like chibi and cyclone (diff) | |
update to new test runner
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | tests/run.scm | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -47,5 +47,7 @@ Alternative implementation strategies include: terminating) * sentinel-value return (uglier) +The linear update procedures are the same as the functional procedures. + [3]: https://srfi.schemers.org/srfi-158/srfi-158.html [4]: https://www.more-magic.net/posts/internals-gc.html diff --git a/tests/run.scm b/tests/run.scm index 03248f5..25cbc4c 100644 --- a/tests/run.scm +++ b/tests/run.scm @@ -47,7 +47,7 @@ (test-runner-factory mcgoron-test-factory) (test-runner-current (test-runner-create)) -(set-verbosity! 'fails) +(set-verbosity! '(fails)) ;;; ;;;;;;;;;;;;;;;;;;; ;;; Random in-order vector generator |
