[phobos] stderr now defined in both druntime and phobos

Steve Schveighoffer schveiguy at yahoo.com
Tue Feb 8 12:15:38 PST 2011


std.stdio.stderr is not the same as core.stdc.stdio.stderr.  One is the D stderr (of type File), one is the C stderr (of type FILE *).  This situation is not new.

It looks like somewhere there is a public import when it should be private.

-Steve



From: Walter Bright <walter at digitalmars.com>
To: Discuss the phobos library for D <phobos at puremagic.com>; D's runtime library developers list <d-runtime at puremagic.com>
Cc: 
Sent: Tuesday, February 8, 2011 3:07 PM
Subject: [phobos] stderr now defined in both druntime and phobos

xtest46.d(2561): Error: std.stdio.stderr at \cbx\mars\phobos\std\stdio.d(2175) conflicts with core.s
tdc.stdio.stderr at \cbx\mars\druntime\import\core\stdc\stdio.di(248)
_______________________________________________
phobos mailing list
phobos at puremagic.com
http://lists.puremagic.com/mailman/listinfo/phobos


      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/phobos/attachments/20110208/480bbdf4/attachment.html>


More information about the phobos mailing list