The new std.process is ready for review

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Sun Feb 24 06:20:59 PST 2013


On 2/24/13 11:06 AM, Dmitry Olshansky wrote:
> 24-Feb-2013 12:05, Andrei Alexandrescu пишет:
>> On 2/24/13 6:26 AM, Andrej Mitrovic wrote:
>>> Phobos modules which already use std.process would have to be changed
>>> to directly import std.process1 or std.process2.
>>
>> This is problematic as has been discussed. I think we could address
>> immediate needs by attaching an attribute to import, e.g.:
>>
>> @"v2.070+" import std.process;
>>
>> or similar. By default code would import the old library.
>
> The same could be achieved by simply using old version of
> compiler+druntime+phobos to compile old project.

That's quite different I'd say.

Andrei


More information about the Digitalmars-d mailing list