Re: Including SRFI-197
Maxim Cournoyer <[email protected]> Sun, 20 Apr 2025 21:33:48 +0900
| Newsgroups | gmane.lisp.guile.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Rob, Rob Browning <[email protected]> writes: > Rob Browning <[email protected]> writes: > >> I've incorporated the reference >> implementation, integrated the tests, and converted the documentation to >> texinfo. > > This does introduce some "noise" to the tests because it uses srfi-64 > which writes to standard output by default. I imagine we might want to > add a test-suite/lib specific srfi-64 reporter at some point. (Perhaps > I'll look in to that later.) That would be a good idea. Or perhaps even use SRFI 64 for our test suite, so that our SRFI 64 implementation is properly dog fooded and self-documented via its use in the test suite. Otherwise currently integrating srfi 64 tests in the Guile test suite is done ad-hoc as I had done in the (unreviewed/unmerged) series here for example: https://lists.gnu.org/r/guile-devel/2023-12/msg00062.html See the file test-suite/tests/srfi-209.test. -- Thanks, Maxim