Git, the D package manager
ketmar via Digitalmars-d
digitalmars-d at puremagic.com
Thu Feb 5 07:18:31 PST 2015
On Thu, 05 Feb 2015 16:05:11 +0100, Sönke Ludwig wrote:
> Yes, incremental building is indeed a missing feature. It's simply a
> matter of available developer time, as for many of the other concerns.
> Otherwise this is something that has been acknowledged for inclusion
> basically since the beginning of the project.
alas, without this feature dub is not a build system. i understand that
there are alot of things to do and the resources are limited. that's why
i think that dub should be separated to two projects: package manager and
build system.
the package manager part should have good "machine" interface to allow
it's usage in various scripts and other build systems. and build
system... oh, well, it can simply use package manager. this way we can
discuss "dub-pkg" and "dub-build" as separate entities, and flaws of one
project will not automatically propagate on another project.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20150205/73e33364/attachment.sig>
More information about the Digitalmars-d
mailing list