[phobos] std.c and related modules

Jonathan M Davis jmdavisProg at gmx.com
Mon Jul 16 17:23:45 PDT 2012


On Tuesday, July 17, 2012 00:47:12 Alex Rønne Petersen wrote:
> Hi,
> 
> It appears we're still keeping std.c.* and some other system-specific
> modules around which have long been moved to core.stdc.* and
> core.sys.*.
> 
> Is there anything stopping us from killing these modules in Phobos?

If the std.c modules are to the point that they simply import core.stdc, then 
I say that we should definitely get rid of them. People have had plenty of time 
to fix their code already. It's been that way for ages.

However, if std.c still contains actual functionality, then that needs to be 
sorted out first.

- Jonathan M Davis


More information about the phobos mailing list