January 28, 2015
Try it: https://github.com/gecko0307/Cook2

On Monday, 26 January 2015 at 22:33:21 UTC, Nordlöw wrote:
> Is there a way to tell DUB to compile all its sources as separate objects which are then fed to ld.
>
> My project has grown beyound 10k lines of code.
>
> And I don't want DMD to recompile every line in my project if I change only of them...and yes most of my cross-module interfaces are un-templatized.
>
> I'm assuming caching a la SCons is supported by this logic aswell.
>
> If not are there any plans to add this feature to DUB?
>
> If not could somebody point out where I should add it ;)

January 28, 2015
On Wednesday, 28 January 2015 at 01:53:43 UTC, data man wrote:
> Try it: https://github.com/gecko0307/Cook2
>

Looks nice...I'll try it...but I still want integration with DUB's other feature to automatically download external packages from github.

How you thought about merging Cook2 with DUB? I think the DUB developers would be more than happy to get these cool features in DUB.
January 28, 2015
> How you thought about merging Cook2 with DUB?

I'm not the author the Cook2. :)

January 28, 2015
On Wednesday, 28 January 2015 at 01:39:21 UTC, Nordlöw wrote:
> Ping. Why no answers? Should i post this as a DUB issue on github instead?

I made it an issue here:

https://github.com/D-Programming-Language/dub/issues/498
1 2
Next ›   Last »