[Issue 15768] std.stdio.trustedStdout accesses __gshared data without synchronization.
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Thu Jun 9 14:14:21 PDT 2016
https://issues.dlang.org/show_bug.cgi?id=15768
Jack Stouffer <jack at jackstouffer.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jack at jackstouffer.com
--- Comment #2 from Jack Stouffer <jack at jackstouffer.com> ---
In order for stdout, stdin, and stderr to be shared(File), I think File needs
huge rewrites that will end up being backwards incompatible. Either that, or
you need to write a second implementation of File that supports shared and has
a lot less functionality.
--
More information about the Digitalmars-d-bugs
mailing list