std.experimental.color, request reviews

John Colvin via Digitalmars-d digitalmars-d at puremagic.com
Tue Jun 23 11:09:33 PDT 2015


On Tuesday, 23 June 2015 at 17:59:48 UTC, Meta wrote:
> On Tuesday, 23 June 2015 at 17:53:43 UTC, John Colvin wrote:
>> Isn't this what selective imports are for? Admittedly it's not 
>> quite as convenient, but it does let you choose exactly what 
>> you want. You can even make a module that wraps a manually 
>> selected set of imports, e.g. you do your own basic_types 
>> module.
>>
>> In the end, if you have specific requirements, you have to be 
>> specific.
>
> Unfortunately, selective imports have been broken for 9 years.

There is hope: 
https://github.com/D-Programming-Language/dmd/pull/3407


More information about the Digitalmars-d mailing list