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)

Re: Problem loading sample implementation in Chibi Marc Nieper-Wißkirchen 20 Apr 2022 08:17 UTC

Am Mo., 28. März 2022 um 01:36 Uhr schrieb Arthur A. Gleckler
<xxxxxx@speechcode.com>:
>
> On Sun, Jan 9, 2022 at 2:24 PM Alex Shinn <xxxxxx@gmail.com> wrote:
>>
>> I'm not familiar with SRFI 147 and don't know what :c is supposed to
>> mean, but a quick glance at the implementation shows it is trivially
>> broken:
>>
>> https://github.com/scheme-requests-for-implementation/srfi-147/blob/master/srfi/147/er-macro-transformer.scm#L24
>>
>> Any call _not_ passing :c will fail to match and give the reported
>> error.  Simply removing :c from the list of literals should fix it.

The identifier :c is used as a syntactic sentinel. A correct call
within the SRFI 147 implementation framework should always put :c as
the first argument.

With Chibi 0.9, all tests pass; with Chibi 0.10 it's broken. What
change between 0.9 and 0.10 may be responsible?