Thread overview
[Issue 15786] Line buffering not activated for stdout when running D programs under Eclipse
Mar 11, 2016
Bruno Medeiros
Mar 11, 2016
Bruno Medeiros
Mar 11, 2016
b2.temp@gmx.com
Mar 15, 2016
Bruno Medeiros
Mar 21, 2020
Basile-z
Dec 17, 2022
Iain Buclaw
March 11, 2016
https://issues.dlang.org/show_bug.cgi?id=15786

Bruno Medeiros <bruno.do.medeiros+deebugz@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bruno.do.medeiros+deebugz@g
                   |                            |mail.com

--
March 11, 2016
https://issues.dlang.org/show_bug.cgi?id=15786

--- Comment #1 from Bruno Medeiros <bruno.do.medeiros+deebugz@gmail.com> ---
*** Issue 13778 has been marked as a duplicate of this issue. ***

--
March 11, 2016
https://issues.dlang.org/show_bug.cgi?id=15786

b2.temp@gmx.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |b2.temp@gmx.com

--- Comment #2 from b2.temp@gmx.com ---
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.

--
March 15, 2016
https://issues.dlang.org/show_bug.cgi?id=15786

--- Comment #3 from Bruno Medeiros <bruno.do.medeiros+deebugz@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.

--
March 21, 2020
https://issues.dlang.org/show_bug.cgi?id=15786

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|b2.temp@gmx.com             |

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=15786

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

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

--- Comment #4 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/phobos/issues/9676

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--