[Issue 11669] New: Deprecate std.c.stdc

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Dec 3 04:50:48 PST 2013


https://d.puremagic.com/issues/show_bug.cgi?id=11669

           Summary: Deprecate std.c.stdc
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nobody at puremagic.com
        ReportedBy: bearophile_hugs at eml.cc


--- Comment #0 from bearophile_hugs at eml.cc 2013-12-03 04:50:42 PST ---
I suggest to deprecate the usage of the modules std.c.stdc:


import core.stdc.stdio: puts; // OK
import std.c.stdio: printf; // Deprecation message here.
void main() {
    printf("bad\n");
    puts("OK");
}


The deprecation message should point to the import line.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list