Problem loading sample implementation in Chibi
Daphne Preston-Kendal
(10 Oct 2021 08:20 UTC)
|
Re: Problem loading sample implementation in Chibi
Arthur A. Gleckler
(09 Jan 2022 19:41 UTC)
|
Re: Problem loading sample implementation in Chibi Marc Nieper-Wißkirchen (09 Jan 2022 19:55 UTC)
|
Re: Problem loading sample implementation in Chibi
Arthur A. Gleckler
(09 Jan 2022 20:03 UTC)
|
Re: Problem loading sample implementation in Chibi
Alex Shinn
(09 Jan 2022 22:24 UTC)
|
Re: Problem loading sample implementation in Chibi
Arthur A. Gleckler
(27 Mar 2022 23:36 UTC)
|
Re: Problem loading sample implementation in Chibi
Marc Nieper-Wißkirchen
(20 Apr 2022 08:17 UTC)
|
Re: Problem loading sample implementation in Chibi
Daphne Preston-Kendal
(20 Apr 2022 08:54 UTC)
|
Re: Problem loading sample implementation in Chibi
Marc Nieper-Wißkirchen
(20 Apr 2022 09:27 UTC)
|
Re: Problem loading sample implementation in Chibi
Marc Nieper-Wißkirchen
(15 Nov 2022 20:08 UTC)
|
Re: Problem loading sample implementation in Chibi
Arthur A. Gleckler
(15 Nov 2022 20:34 UTC)
|
Re: Problem loading sample implementation in Chibi
Marc Nieper-Wißkirchen
(15 Nov 2022 21:09 UTC)
|
Re: Problem loading sample implementation in Chibi
Arthur A. Gleckler
(15 Nov 2022 21:17 UTC)
|
Re: Problem loading sample implementation in Chibi
Alex Shinn
(22 Apr 2022 08:33 UTC)
|
Re: Problem loading sample implementation in Chibi
Marc Nieper-Wißkirchen
(22 Apr 2022 13:29 UTC)
|
Re: Problem loading sample implementation in Chibi
Arthur A. Gleckler
(23 Oct 2022 03:03 UTC)
|
Do the SRFI 147 tests work with Chibi? PS: SRFI 148 was developed with Chibi so it worked at that time. Am So., 9. Jan. 2022 um 20:41 Uhr schrieb Arthur A. Gleckler <xxxxxx@speechcode.com>: > > On Sun, Oct 10, 2021 at 1:20 AM Daphne Preston-Kendal <xxxxxx@nonceword.org> wrote: > >> I tried loading the sample implementation in Chibi but I get this error: >> ERROR on line 35 of file ./srfi/147/er-macro-transformer.scm: invalid er-macro-transformer syntax >> >> Chibi Scheme version: >> chibi-scheme 0.10.0 "neon" (chibi r7rs ratios complex uvector threads full-unicode modules dynamic-loading darwin bsd macosx little-endian) >> >> Other than the fact that this error apparently comes from within the sample implementation itself (because that’s the syntax-error string from the given place), I’m at a loss as to how to resolve this. Could anyone help? > > > I'm following up to make sure that this isn't lost. I've had the same results: > > > chibi-scheme -Isrfi -m '(srfi 148)' > ERROR on line 35 of file ./srfi/147/er-macro-transformer.scm: invalid er-macro-transformer syntax > called from <anonymous> on line 206 of file /usr/local/share/chibi/meta-7.scm > called from <anonymous> on line 1179 of file /usr/local/share/chibi/init-7.scm > called from <anonymous> on line 796 of file /usr/local/share/chibi/init-7.scm > called from eval on line 1240 of file /usr/local/share/chibi/init-7.scm > called from <anonymous> on line 1262 of file /usr/local/share/chibi/init-7.scm > called from <anonymous> on line 796 of file /usr/local/share/chibi/init-7.scm > called from for1 on line 81 of file /usr/local/share/chibi/init-7.scm > called from for1 on line 81 of file /usr/local/share/chibi/init-7.scm > called from <anonymous> on line 796 of file /usr/local/share/chibi/init-7.scm > called from call-with-current-continuation on line 823 of file /usr/local/share/chibi/init-7.scm > called from <anonymous> on line 255 of file /usr/local/share/chibi/init-7.scm > called from <anonymous> on line 245 of file /usr/local/share/chibi/meta-7.scm > called from <anonymous> on line 432 of file /usr/local/share/chibi/meta-7.scm > >