print!
and friends should flush on '\r' as well as '\n'
#56015
Labels
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
I read some of #23818 and I'm unsure exactly what the standards are in C++, Java, Python and friends for this issue (if needed I can do research), but it seems unusual that output which includes a carriage return (ex: "Time to go: {} seconds\r") does not flush the output stream up to the point that the carriage return should be acted upon.
I'd expect this functionality to match what occurs when a new-line character is sent.
I'm runnin
rustc 1.32.0-nightly (6b9b97bd9 2018-11-15)
if that's relevant to discussion.The text was updated successfully, but these errors were encountered: