david135 / mosh-scheme

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

repl on nmosh doesn't use "write" to show the result of eval, but display #153

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
nmosh> "hige"
hige

What is the expected output? What do you see instead?
nmosh> "hige"
"hige"

Original issue reported on code.google.com by hige...@gmail.com on 17 Jun 2010 at 9:53

GoogleCodeExporter commented 9 years ago
Fixed 
http://github.com/higepon/mosh/commit/a35d478f27c255417353dfe9d9cde9370dc37527

Original comment by hige...@gmail.com on 17 Jun 2010 at 11:01