Co-developing application and library
Jesse Phillips
Jesse.K.Phillips+D at gmail.com
Sun Jan 6 16:17:44 UTC 2019
On Saturday, 5 January 2019 at 13:01:24 UTC, Russel Winder wrote:
> Dub seems to have the inbuilt assumption that libraries are
> dependencies that do not change except via a formal release
> when you developing an application. Clearly there is the
> workflow where you want to amend the library but not release as
> a part of developing an application. Does Dub have a way of
> doing this, I haven't been able to infer one to date. But I am
> a beginner at Dub.
I use submoduals in git and then subpackage in dub. That doesn't
help with packages I don't maintain but want to contribute back
to because I don't submodual those in.
I actually wish submoduals got more attention and was the
expected way to manage dependencies.
More information about the Digitalmars-d-learn
mailing list