[Issue 13727] std.stdio.File not thread-safe

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Nov 13 18:07:53 PST 2014


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

Steven Schveighoffer <schveiguy at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla at digitalmars.com

--- Comment #7 from Steven Schveighoffer <schveiguy at yahoo.com> ---
(In reply to Vladimir Panteleev from comment #6)
> > I strongly believe we should fix the issue in DMC.
> 
> BTW, I agree in principle, but I don't know how realistic this is,
> considering it's closed-source and I don't know how hard or quick it is to
> get a patch in.

It's on github, but private. Ask Walter for access.

I fixed an issue once with pipes that was holding up std.process, so I still
have access.

I will warn you, though, you can't build it unless you have some obscure
assembler :)

At the very least, your sample code should be filed as a DMC bug, but I'm not
sure where that goes.

CC'ing Walter on this.

--


More information about the Digitalmars-d-bugs mailing list