chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-janitors] #1038: byte-blob-find fails to matches at the end of


From: Chicken Trac
Subject: [Chicken-janitors] #1038: byte-blob-find fails to matches at the end of a byte-blob
Date: Fri, 26 Jul 2013 01:28:52 -0000

#1038: byte-blob-find fails to matches at the end of a byte-blob
------------------------+---------------------------------------------------
 Reporter:  dthedens    |       Owner:         
     Type:  defect      |      Status:  new    
 Priority:  minor       |   Milestone:  someday
Component:  extensions  |     Version:  4.7.x  
 Keywords:  byte-blob   |  
------------------------+---------------------------------------------------
 (byte-blob-find (list->byte-blob (list 2 3)) (list->byte-blob (list 0 1 2
 3)))

 fails to find a match as do other needles of length two or more that
 should match at the end.  Needles of '(1 2) and '(3) succeed, but '(1 2 3)
 and '(0 1 2 3) also fail.

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/1038>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]