Re: Reggae: a metabuild system in D (Daniel, you should read this). Now with more dub. And package builds.

2015-06-05 Thread Ronnie via Digitalmars-d-announce
D is lacking a cohesive package and build system, at least on the order of something like python (and even rust) to really take off. Dub is ok, but it needs to work to gather all the dependencies (including impure c libraries). I really like D, but coding in python to try out new libraries

Re: Reggae: a metabuild system in D (Daniel, you should read this). Now with more dub. And package builds.

2015-06-04 Thread Atila Neves via Digitalmars-d-announce
On Thursday, 4 June 2015 at 01:20:18 UTC, Dicebot wrote: https://github.com/atilaneves/reggae/issues I think this is all I would want before considering to try reggae as my main build system. Concept worked pretty good so far and I feel very satisfied with what we can potentially get from it

Re: Reggae: a metabuild system in D (Daniel, you should read this). Now with more dub. And package builds.

2015-06-03 Thread Dicebot via Digitalmars-d-announce
Looks promising so far. I will create separate issues in actual repo for desired improvements.

Re: Reggae: a metabuild system in D (Daniel, you should read this). Now with more dub. And package builds.

2015-06-03 Thread Dicebot via Digitalmars-d-announce
https://github.com/atilaneves/reggae/issues I think this is all I would want before considering to try reggae as my main build system. Concept worked pretty good so far and I feel very satisfied with what we can potentially get from it - though, I must admit, I haven't tried to port any of

Re: Reggae: a metabuild system in D (Daniel, you should read this). Now with more dub. And package builds.

2015-06-02 Thread Atila Neves via Digitalmars-d-announce
On Tuesday, 2 June 2015 at 14:18:29 UTC, BlackEdder wrote: On Tuesday, 2 June 2015 at 13:45:40 UTC, Atila Neves wrote: http://code.dlang.org/packages/reggae Atila Does reggae make it easy to build multiple executables in one go? Yes. Reggae is able to build itself, its own build

Re: Reggae: a metabuild system in D (Daniel, you should read this). Now with more dub. And package builds.

2015-06-02 Thread BlackEdder via Digitalmars-d-announce
On Tuesday, 2 June 2015 at 13:45:40 UTC, Atila Neves wrote: http://code.dlang.org/packages/reggae Atila Does reggae make it easy to build multiple executables in one go? Or is it limited to one executable per configuration (as dub)? Cheers, Edwin