Reggae v0.0.5 super alpha: A build system in D

Dicebot via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Fri Apr 3 12:52:36 PDT 2015


On Friday, 3 April 2015 at 18:06:42 UTC, Atila Neves wrote:
> All I know is I've seen a definite improvement in my 
> edit-compile-unittest cycle by compiling modules separately.
>
> How would the decoupling happen? Is the user supposed to 
> partition the binary into suitable static libraries? Or is the 
> system supposed to be smart enough to figure that out?

Ideally both. Build system should be smart enough to group into 
static libraries automatically if user doesn't care (Andrei 
suggestion of one package per library makes sense) but option of 
explicit definition of compilation units is still necessary of 
course.


More information about the Digitalmars-d-announce mailing list