update: can you pass the SRFI-56 challenge? Alex Shinn (16 Aug 2005 03:06 UTC)
Re: update: can you pass the SRFI-56 challenge? Shiro Kawai (16 Aug 2005 06:20 UTC)
Re: update: can you pass the SRFI-56 challenge? Alex Shinn (17 Aug 2005 05:27 UTC)
Re: update: can you pass the SRFI-56 challenge? David Van Horn (16 Aug 2005 17:58 UTC)
Re: update: can you pass the SRFI-56 challenge? Matthias Radestock (18 Aug 2005 17:23 UTC)
Re: update: can you pass the SRFI-56 challenge? Alex Shinn (18 Aug 2005 23:27 UTC)
Re: update: can you pass the SRFI-56 challenge? Matthias Radestock (19 Aug 2005 07:25 UTC)

Re: update: can you pass the SRFI-56 challenge? Shiro Kawai 16 Aug 2005 06:20 UTC

Thanks for the extensive test case.
I fixed the problem in Gauche.  Now it passes all the tests.
(I commented out read-byte, write-byte, peek-byte and byte-ready?
definitions in srfi-56.scm, for they are supported natively).

--shiro