seanjensengrey / mosh-scheme

Automatically exported from code.google.com/p/mosh-scheme
Other
0 stars 0 forks source link

transcoded-port with (standard-output-port) doesn't print on stdout #243

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run the following script
(import (rnrs))
(let ((p (transcoded-port (standard-output-port) (native-transcoder))))
  (display 'hello p) (newline p))

What is the expected output? What do you see instead?
hello would be printed

nothing

What version of the product are you using? On what operating system?
% mosh -V
Mosh R6RS scheme interpreter, version 0.2.7 (mosh-0.2.7 Tue, 14 Jun 2011 
07:00:31 +0900)

Please provide any additional information below.

Original issue reported on code.google.com by ktakash...@gmail.com on 29 Sep 2014 at 9:12