On Sun, Feb 11, 2024 at 10:28 AM Shawn Wagner <[email protected]>
wrote:

> I'm writing an implementation of this SRFI for Racket, and ran into an
> issue.
>
> The document says of `make-ini-file-generator`:
>
>     If no section names have been read, the section name is #f.
>
> but the reference code and test cases uses an empty symbol ('||) instead
> of #f. `make-ini-file-accumulator` reference and tests also expect an empty
> symbol instead of #f, but the documentation for it doesn't actually specify
> the types of the elements of the lists it takes - I just assumed it was the
> same format as the generator.
>

Thanks for the report.  If the document and the sample implementation or
tests conflict, the document wins.  Sorry about that.

I'm CC-ing John, the author, and Arvydas, the implementer.

Reply via email to