On Tue, Oct 18, 2022 at 12:50 PM Arthur A. Gleckler <[email protected]> wrote:
> John and Arvydas, when I ran that code, I discovered that the sample > implementation returns symbols for section names and key names. However, > the text of the SRFI still says that it returns strings. John decided > <https://srfi-email.schemers.org/srfi-233/msg/20885314/> that section > names and values would be strings, so the implementation and the text > should be updated in that regard. > > Would you please send me a pull request for that? > > Also, I am considering shortening the example: > > (let* ((port (open-input-file "/tmp/example.ini")) > (generator (make-ini-file-generator port))) > (stream->list (generator->stream generator))) ; Uses SRFIs 41 and > 221. > > Would that be reasonable? > Hi, John and Arvydas. This SRFI was finalized with bugs in the document that got past us all. (See above.) Would you please send me a full request with the fixes as soon as possible?
