Email list hosting service & mailing list manager

New draft (#7) of SRFI 152: String Library (reduced) Arthur A. Gleckler (27 Sep 2017 01:02 UTC)
Re: New draft (#7) of SRFI 152: String Library (reduced) Arthur A. Gleckler (27 Sep 2017 16:51 UTC)
Re: New draft (#7) of SRFI 152: String Library (reduced) Shiro Kawai (02 Oct 2017 11:22 UTC)
Re: New draft (#7) of SRFI 152: String Library (reduced) Arthur A. Gleckler (03 Oct 2017 02:48 UTC)
Small fixes to tests (Re: New draft (#7) of SRFI 152) Sudarshan S Chawathe (04 Oct 2017 18:08 UTC)

Small fixes to tests (Re: New draft (#7) of SRFI 152) Sudarshan S Chawathe 04 Oct 2017 18:08 UTC

I found three small inconsistencies in utf8-chicken-test.scm while
working on some other things. I added a commit with a fix to my earlier
pull request on GitHub.  Here is the summary:

  Fix substring, string-replicate calls in utf8-chicken-test.scm.

  An invocation of substring, and two of string-replicate, were short
  one argument.  The modified utf8-chicken-test.scm is now consistent
  with chicken-test.scm in this regard.

  e7e0ede

Regards,

-chaw