chicken-janitors
[Top][All Lists]
Advanced

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

#1816: srfi-41: stream-match discards multiple values


From: Chicken Trac
Subject: #1816: srfi-41: stream-match discards multiple values
Date: Fri, 10 Feb 2023 22:35:48 -0000

#1816: srfi-41: stream-match discards multiple values
--------------------------------+------------------------
            Reporter:  Zipheir  |       Type:  defect
              Status:  new      |   Priority:  minor
           Milestone:  someday  |  Component:  extensions
             Version:  5.3.0    |   Keywords:
Estimated difficulty:           |
--------------------------------+------------------------
 stream-match from srfi-41 discards all but the first value returned by the
 body:

 {{{
 (stream-match stream-null
   (() (values 1 2 3))
   ...)
 => 1
 }}}

 This bug is not present in other implementations of SRFI 41.

-- 
Ticket URL: <https://bugs.call-cc.org/ticket/1816>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.

reply via email to

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