Minor mistake in SRFI text Vasilij Schneidermann (29 Mar 2023 18:19 UTC)
Re: Minor mistake in SRFI text Arthur A. Gleckler (30 Mar 2023 03:17 UTC)
Re: Minor mistake in SRFI text Göran Weinholt (31 Mar 2023 18:35 UTC)
Re: Minor mistake in SRFI text Arthur A. Gleckler (31 Mar 2023 21:46 UTC)
Re: Minor mistake in SRFI text Lassi Kortela (01 Apr 2023 09:59 UTC)
Re: Minor mistake in SRFI text Göran Weinholt (03 Apr 2023 19:55 UTC)

Minor mistake in SRFI text Vasilij Schneidermann 29 Mar 2023 18:19 UTC
Hello,

I've read the text of the SRFI document again and noticed one
discrepancy. The key `MESSAGE` is mentioned 3 times in the text and used
in the sample implementation (and the two SRFI implementations in Loko
and STKlos), however the table "Log message keys" refers to a mandatory
key known as `MSG` (defined as "free-form message as a string"). This
seems to be a copy-paste error and should probably be corrected to be
`MESSAGE` instead, lest anyone takes this error seriously and uses the
key `MSG` instead of `MESSAGE` when implementing the SRFI independently.

Vasilij