Co-developing application and library
Jacob Carlborg
doob at me.com
Mon Jan 7 19:05:53 UTC 2019
On 2019-01-05 16:17, Mike Parker wrote:
> What I do is use `dub add-local /path/to/lib 0.0.1` and use that
> explicit version for development. That way, whatever repository branch
> is currently active in that directory becomes version 0.0.1 and I can
> make use of any changes.
The problem with that is that will affect all projects on the machine
using that dependency. I think the approach mentioned by Alex is the best.
--
/Jacob Carlborg
More information about the Digitalmars-d-learn
mailing list