July 17, 2012 [phobos] std.c and related modules | ||||
---|---|---|---|---|
| ||||
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?
Regards,
Alex
_______________________________________________
phobos mailing list
phobos@puremagic.com
http://lists.puremagic.com/mailman/listinfo/phobos
|
July 16, 2012 Re: [phobos] std.c and related modules | ||||
---|---|---|---|---|
| ||||
Posted in reply to Alex Rønne Petersen | 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 _______________________________________________ phobos mailing list phobos@puremagic.com http://lists.puremagic.com/mailman/listinfo/phobos |
Copyright © 1999-2021 by the D Language Foundation