Tcl Library Source Code

View Ticket
Login
Ticket UUID: d74e418e847ce61d81429abc24b539c181965176
Title: [::coroutine::util read] closes the channel
Type: Bug Version:
Submitter: pooryorick Created on: 2017-09-20 10:04:12
Subsystem: (unused) Assigned To:
Priority: 5 Medium Severity: Minor
Status: Closed Last Modified: 2017-09-20 13:53:13
Resolution: Fixed Closed By: pooryorick
    Closed on: 2017-09-20 13:53:01
Description: (text/x-fossil-wiki)
<code>::coroutine::util read</code> currently closes the channel when
<code>eof</code> is true, but that isn't the job of <code>read</code>, and
can interfere with common usage.
User Comments: pooryorick added on 2017-09-20 13:52:43: (text/x-fossil-wiki)
Fixed in commit efb5ba6487.