Email list hosting service & mailing list manager

SRFI 167 & 168 tests Lassi Kortela (01 Nov 2019 16:49 UTC)
Re: SRFI 167 & 168 tests Amirouche Boubekki (01 Nov 2019 16:55 UTC)
Re: SRFI 167 & 168 tests Lassi Kortela (01 Nov 2019 17:33 UTC)

Re: SRFI 167 & 168 tests Amirouche Boubekki 01 Nov 2019 16:54 UTC

Le ven. 1 nov. 2019 à 17:49, Lassi Kortela <xxxxxx@lassi.io> a écrit :
>
> After gathering the sample implementations of SRFIs that are
> dependencies for 167 & 168, all of the following tests pass:
>
> chibi-scheme -A . -m '(srfi 167 memory test)' -e '(run-tests)'
> chibi-scheme -A . -m '(srfi 167 pack test)' -e '(run-tests)'
> chibi-scheme -A . -m '(srfi 168 test)' -e '(run-tests)'

Neat!

By the way there is a fork of chibi with the required libraries:

  https://github.com/ashinn/chibi-scheme/pull/587