CTFE and DI: The Crossroads of D

Timon Gehr timon.gehr at gmx.ch
Wed May 9 14:17:30 PDT 2012


On 05/09/2012 11:13 PM, Adam Wilson wrote:
> On Wed, 09 May 2012 14:10:27 -0700, Timon Gehr <timon.gehr at gmx.ch> wrote:
>
>> On 05/09/2012 11:09 PM, Adam Wilson wrote:
>>>
>>> Essentially re-architect the DRT?
>>
>> Slightly re-architect the makefile.
>
> Right, but that would pretty significantly change the layout of the DRT
> at least the import level.

Why? For some modules do

dmd -H ...

for some other modules do

cp module.d some/path/module.di

> Although it'd be nice to physically separate
> the support modules from the core runtime modules.
>

The directory layout is given by the import names.


More information about the Digitalmars-d mailing list