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