[Issue 15768] std.stdio.File does not support __gshared semantics of stdout/err/in

2018-04-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15768

github-bugzi...@puremagic.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 15768] std.stdio.File does not support __gshared semantics of stdout/err/in

2018-04-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15768

--- Comment #12 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/9410ed02d3cf402fe991fb1ad1ca2a3d89f8f9b8
Fix Issue 15768 - std.stdio.trustedStdout accesses __gshared data without
synchronization

https://github.com/dlang/phobos/commit/77624187be34ce6455b08a6d565082d36fcc5e8a
Merge pull request #6382 from JackStouffer/safe-file

Fix Issue 15768 - std.stdio.trustedStdout accesses __gshared data wit…
merged-on-behalf-of: Jack Stouffer 

--


[Issue 15768] std.stdio.File does not support __gshared semantics of stdout/err/in

2018-04-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15768

Steven Schveighoffer  changed:

   What|Removed |Added

 CC||schvei...@yahoo.com
Summary|std.stdio.trustedStdout |std.stdio.File does not
   |accesses __gshared data |support __gshared semantics
   |without synchronization.|of stdout/err/in

--