chicken-janitors
[Top][All Lists]
Advanced

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

Re: [Chicken-janitors] #568: read-line produces inconsistent results on


From: Chicken Trac
Subject: Re: [Chicken-janitors] #568: read-line produces inconsistent results on DOS-style line endings when buffer is cut off at an unfortunate point
Date: Sun, 17 Apr 2011 13:20:27 -0000

#568: read-line produces inconsistent results on DOS-style line endings when
buffer is cut off at an unfortunate point
-----------------------------+----------------------------------------------
  Reporter:  sjamaan         |       Owner:  felix         
      Type:  defect          |      Status:  new           
  Priority:  critical        |   Milestone:  4.7.0         
 Component:  core libraries  |     Version:  4.6.x         
Resolution:                  |    Keywords:  tcp, read-line
-----------------------------+----------------------------------------------

Comment(by sjamaan):

 The output of the client should be:
 {{{
 I just read: "0"
 I just read: "0"
 }}}

 But it is:
 {{{
 I just read: "0"
 I just read: "0\r"
 }}}

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/568#comment:1>
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]