Comment #1 by bruno.do.medeiros+deebugz — 2016-03-11T12:33:19Z
*** Issue 13778 has been marked as a duplicate of this issue. ***
Comment #2 by b2.temp — 2016-03-11T15:35:34Z
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.
Comment #3 by bruno.do.medeiros+deebugz — 2016-03-15T15:57:48Z
(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.
Comment #4 by robert.schadek — 2024-12-01T16:26:16Z