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

Nick Sabalausky <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|WONTFIX                     |FIXED

--- Comment #6 from Nick Sabalausky <[email protected]> ---
(In reply to Vladimir Panteleev from comment #4)
> (In reply to Nick Sabalausky from comment #3)
> >     auto str = cast(string) std.file.read("input.txt");
> >     stdout.write(str);
> 
> Do not mix C I/O with OS I/O APIs.

It's not at all clear that std.file and std.stdio use completely different APIs
internally. To the avrage D user, it's all just Phobos API.

(In reply to Vladimir Panteleev from comment #5)
> 
> But it's still a breaking change.

So are most bugfixes.

--

Reply via email to