SRFI 185 request for finalization John Cowan (22 Apr 2020 21:27 UTC)
Re: SRFI 185 request for finalization Per Bothner (22 Apr 2020 21:50 UTC)
Re: SRFI 185 request for finalization John Cowan (22 Apr 2020 22:39 UTC)
Re: SRFI 185 request for finalization Per Bothner (22 Apr 2020 23:37 UTC)
Re: SRFI 185 request for finalization Arthur A. Gleckler (22 Apr 2020 23:31 UTC)

Re: SRFI 185 request for finalization Per Bothner 22 Apr 2020 21:49 UTC

On 4/22/20 2:27 PM, John Cowan wrote:
> My working copy, johnwcowan/srfi-185, and scheme-requests-for-implementation/srfi-185 are all identical, and Per's concern is resolved, so I think we are ready to finalize.

(string-append! place string) should perhaps say (string-append! place string-or-char)
(and the same change in the following sentence).

Possibly alternative phrasing for:
    A character argument and a string argument of length 1 are treated exactly the same way.
could be:
    A character argument _ch_ is treated exactly the same as (string _ch_).
--
	--Per Bothner
xxxxxx@bothner.com   http://per.bothner.com/