Lieutenant needed: build and release process
Dicebot via Digitalmars-d
digitalmars-d at puremagic.com
Mon Sep 8 17:51:23 PDT 2014
On Tuesday, 9 September 2014 at 00:28:38 UTC, Andrei Alexandrescu
wrote:
> On 9/8/14, 2:55 PM, Trass3r wrote:
>> You could also use submodules (or subtrees, haven't tried them
>> yet).
>
> A git expert told me submodules are fail. Is that true? --
> Andrei
As any powerful feature it can be used to great success or great
failure :) However it is probably a bad case for deeply connected
projects that needs to be updated in sync like it is with dmd and
phobos. Those are more useful as a git-only alternative to dub
dependencies in my opinion - static relations that don't change
often.
`git subtree` may be a betetr match here but I am not familiar
with those. Going to check the docs now.
More information about the Digitalmars-d
mailing list