[Issue 13911] rename std.stdio to std.io

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Dec 29 11:10:49 PST 2014


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

Temtaime <temtaime at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |temtaime at gmail.com

--- Comment #2 from Temtaime <temtaime at gmail.com> ---
Is there any problems with « deprecated » ?

Just make stdio marked deprecated so it will show a warning. And make a «
public import std.io; ».

We should rename stdio to io i think.

If you work on « new » io - you'll just add your functionality to « old » io :
is there any problems ?

--


More information about the Digitalmars-d-bugs mailing list