[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-janitors] #1043: byte-blob-stream-find fails to find matches at
From: |
Chicken Trac |
Subject: |
[Chicken-janitors] #1043: byte-blob-stream-find fails to find matches at the end of a stream |
Date: |
Thu, 08 Aug 2013 01:20:33 -0000 |
#1043: byte-blob-stream-find fails to find matches at the end of a stream
------------------------------+---------------------------------------------
Reporter: iraikov | Owner:
Type: defect | Status: new
Priority: major | Milestone: someday
Component: extensions | Version: 4.8.x
Keywords: byte-blob-stream |
------------------------------+---------------------------------------------
Analogous to issue #1037, byte-blob-stream-find cannot find matches at the
end of a stream:
(byte-blob-stream-find (list->byte-blob '(1 31))
(list->byte-blob-stream '(0 1 31 3)))
--
Ticket URL: <http://bugs.call-cc.org/ticket/1043>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Chicken-janitors] #1043: byte-blob-stream-find fails to find matches at the end of a stream,
Chicken Trac <=