The new std.process is ready for review

Andrej Mitrovic andrej.mitrovich at gmail.com
Sun Feb 24 13:01:23 PST 2013


On 2/24/13, Chris Nicholson-Sauls <ibisbasenji at gmail.com> wrote:
>   - Old module remains available as 'std.process' but with a
> pragma(msg) warning users that it will go away next release.
> (It'd be even better to have a pragma(warn), actually.)

We have deprecated("message") for that. And it gives the user the
option to silence the deprecation message via -d.


More information about the Digitalmars-d mailing list