hana icon indicating copy to clipboard operation
hana copied to clipboard

repl should add trailing newline to output when trying to print something

Open onehr opened this issue 5 years ago • 2 comments

When trying to print something without trailing newline, there's no output in the terminal. But with trailing newline, it's fine.

onehr avatar Jun 04 '19 13:06 onehr

I think the problem may occur because the line was flushed by `rustyline'.

onehr avatar Jun 04 '19 13:06 onehr

It is an issue with rustyline: https://github.com/kkawakam/rustyline/issues/216. When the patch gets published I'll update the dependency.

ffwff avatar Jun 04 '19 13:06 ffwff