[Issue 15786] Line buffering not activated for stdout when running D programs under Eclipse

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Mar 15 08:57:48 PDT 2016


https://issues.dlang.org/show_bug.cgi?id=15786

--- Comment #3 from Bruno Medeiros <bruno.do.medeiros+deebugz at gmail.com> ---
(In reply to b2.temp from comment #2)
> I'd rather propose to add a new wrapper function because changing the
> behavior of writeln() would have a negative impact on existing code
> performances.

What I'm suggesting now is not that writeln flushes all the time (like you
said, that might have some niche performance implications).
Rather the idea is to fix the interactive terminal detection, so that the D
runtime correctly detects the Eclipse terminal as interactive.

--


More information about the Digitalmars-d-bugs mailing list