Proposal : aggregated dlang git repository

Andrei Alexandrescu via Digitalmars-d digitalmars-d at puremagic.com
Wed Feb 11 09:04:12 PST 2015


On 2/11/15 8:51 AM, Dicebot wrote:
> In the long term I'd like to move makefile targets that make assumptions
> about external repos (like dlang.org phobos docs generation) into
> aggregated repos - but even that is optional and will happen only if no
> one objects.

One thing that'd be good is an integrated makefile right there next to 
dlang.d, called GNUmakefile (not posix.mak; this is what it is - it's a 
gnu-specific makefile and gnu recognizes it).

It would include the respective makefiles for the subprojects, which 
need rework to avoid symbol collisions, and will be a one point of entry 
to building D artifacts.

Right now the intercommunication between dmd/druntime/phobos is a bit 
inconsistent and tenuous.

It does seem this might improve our quality of life.


Andrei



More information about the Digitalmars-d mailing list