[GSoC] Trying to find a good topic

Johannes Pfau nospam at example.com
Fri Mar 22 07:54:46 UTC 2019


Am Thu, 21 Mar 2019 22:46:14 +0000 schrieb kinke:

> On Thursday, 21 March 2019 at 22:30:32 UTC, kinke wrote:
>> How do you propose to solve the `object.d` issue of having to
>> accomodate for absence/availability of all subpackages with a highly
>> modular approach?
> 
> Ah, dub's predefined versions `Have_*` should work indeed.

Something like that or we could do a conditional, public import (static 
if(__traits(compiles, import ...)). Alternatively we could of course 
split the API into different modules but that would be more difficult to 
get upstreamed.

-- 
Johannes


More information about the Digitalmars-d mailing list