Closed GoogleCodeExporter closed 9 years ago
One other data point
$ mosh
mosh> (define i (open-string-input-port "foo"))
#<unspecified>
mosh> (get-string-n i 0)
#<eof-object>
mosh> (get-string-n i 3)
"foo"
This is just plain wrong IMO
Original comment by ianpric...@gmail.com
on 3 Sep 2010 at 12:11
Fixed and added test.
http://github.com/higepon/mosh/commit/b851eaef6184ba0d9c51fc1caae5a5cde98fcc05
Thanks.
Original comment by hige...@gmail.com
on 4 Sep 2010 at 5:22
Original issue reported on code.google.com by
ianpric...@gmail.com
on 3 Sep 2010 at 12:07